added mouse down before activate event in background window
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@10288 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
parent
2883443e90
commit
5b74c3ac7c
@ -1194,6 +1194,8 @@ void wxApp::MacHandleMouseDownEvent( EventRecord *ev )
|
||||
}
|
||||
else
|
||||
{
|
||||
if ( win )
|
||||
win->MacMouseDown( ev , windowPart ) ;
|
||||
UMASelectWindow( window ) ;
|
||||
}
|
||||
}
|
||||
|
@ -1194,6 +1194,8 @@ void wxApp::MacHandleMouseDownEvent( EventRecord *ev )
|
||||
}
|
||||
else
|
||||
{
|
||||
if ( win )
|
||||
win->MacMouseDown( ev , windowPart ) ;
|
||||
UMASelectWindow( window ) ;
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user