Weekly OS/2 updates
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_4_BRANCH@17529 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -2815,6 +2815,11 @@ MRESULT wxWindowOS2::OS2WindowProc(
|
||||
,&nX
|
||||
,&nY
|
||||
);
|
||||
if (!pWin->IsOfStandardClass())
|
||||
{
|
||||
if (uMsg == WM_BUTTON1DOWN && pWin->AcceptsFocus() )
|
||||
pWin->SetFocus();
|
||||
}
|
||||
bProcessed = pWin->HandleMouseEvent( uMsg
|
||||
,nX
|
||||
,nY
|
||||
|
Reference in New Issue
Block a user