Applied patch for better sizing of bitmap buttons.
Applied patch for correct order of activate and mouse down events. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@23437 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -1540,9 +1540,12 @@ void wxApp::MacHandleMouseDownEvent( WXEVENTREF evr )
|
||||
}
|
||||
else
|
||||
{
|
||||
// Activate window first
|
||||
::SelectWindow( window ) ;
|
||||
|
||||
// Send event later
|
||||
if ( win )
|
||||
win->MacMouseDown( ev , windowPart ) ;
|
||||
::SelectWindow( window ) ;
|
||||
}
|
||||
}
|
||||
else
|
||||
|
Reference in New Issue
Block a user