[ wxwindows-Bugs-1522063 ] wxMac: return code of OnDragOver() is
ignored
SourceForge.net
noreply at sourceforge.net
Thu Jul 13 13:24:12 PDT 2006
Bugs item #1522063, was opened at 2006-07-13 22:24
Message generated for change (Tracker Item Submitted) made by Item Submitter
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=109863&aid=1522063&group_id=9863
Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: wxMac specific
Group: Platform specific
Status: Open
Resolution: None
Priority: 5
Submitted By: Bernard Krummenacher (krummenhacker)
Assigned to: Stefan Csomor (csomor)
Summary: wxMac: return code of OnDragOver() is ignored
Initial Comment:
In 2.6.3 for wxMac, in the function
wxMacWindowDragTrackingHandler(), the return code of
the call to the function OnDragOver() is ignored. This
makes impossible to change the cursor while dragging.
trackingGlobals->m_currentTarget->OnDragOver(
localx , localy , result ) ;
I don't know if this is the correct way to fix it, but
this is how I made to work:
result =
trackingGlobals->m_currentTarget->OnDragOver( localx ,
localy , result ) ;
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=109863&aid=1522063&group_id=9863
More information about the wx-dev
mailing list