You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Explicit disconnect the cursor draw handler in the end of DoDragDrop to
fix potential crash cause by dangling pointer. When wxDropSource destruct,
the set of icons are gone too, so the draw handler has chances to read
dangling icons.
0 commit comments