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
wxOSX: Fix wxPopupTransientWindow's mouse event handling.
In MacOSX/cocoa, wxPopupTransientWindow needs to do mouse capture handling during OnIdle().
But it's done wrongly when decide whether the mouse is within the popup.
Not fixed with simply checking the mouse pos against the client rect of the popup.
0 commit comments