[ wxwindows-Bugs-1635287 ] wrong cursor when dragging an image
SourceForge.net
noreply at sourceforge.net
Sun Jan 14 10:28:47 PST 2007
Bugs item #1635287, was opened at 2007-01-14 19:28
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=1635287&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: Other
Group: Must fix
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: wxCover (wxcover)
Assigned to: Nobody/Anonymous (nobody)
Summary: wrong cursor when dragging an image
Initial Comment:
Using wxGTK 2.8 (same problem with 2.6.3) on ubuntu 6.10
I want to drag an image on a wxpanel. I use this code :
m_dragImage = new wxDragImage(m_draggedCover->GetBitmap(), wxCursor(wxCURSOR_HAND));
This works, except for the cursor : it stays as a wxCURSOR_ARROW during all the dragging (instead of being a wxCURSOR_HAND). The only moment when the wxCURSOR_HAND appears is when I stop dragging : the cursor switch to the HAND for less than a second and switch back to an ARROW.
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=109863&aid=1635287&group_id=9863
More information about the wx-dev
mailing list