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:
@@ -1194,6 +1194,8 @@ void wxApp::MacHandleMouseDownEvent( EventRecord *ev )
|
|||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
|
if ( win )
|
||||||
|
win->MacMouseDown( ev , windowPart ) ;
|
||||||
UMASelectWindow( window ) ;
|
UMASelectWindow( window ) ;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@@ -1194,6 +1194,8 @@ void wxApp::MacHandleMouseDownEvent( EventRecord *ev )
|
|||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
|
if ( win )
|
||||||
|
win->MacMouseDown( ev , windowPart ) ;
|
||||||
UMASelectWindow( window ) ;
|
UMASelectWindow( window ) ;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user