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:
Stefan Csomor 2001-05-23 06:50:57 +00:00
parent 2883443e90
commit 5b74c3ac7c
2 changed files with 4 additions and 0 deletions

View File

@ -1194,6 +1194,8 @@ void wxApp::MacHandleMouseDownEvent( EventRecord *ev )
}
else
{
if ( win )
win->MacMouseDown( ev , windowPart ) ;
UMASelectWindow( window ) ;
}
}

View File

@ -1194,6 +1194,8 @@ void wxApp::MacHandleMouseDownEvent( EventRecord *ev )
}
else
{
if ( win )
win->MacMouseDown( ev , windowPart ) ;
UMASelectWindow( window ) ;
}
}