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:
David Webster
2002-10-14 21:31:38 +00:00
parent 047c8f9bd7
commit bb4f30c0d8
6 changed files with 156 additions and 52 deletions

View File

@@ -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