From: Stefan Neis Date: Mon, 5 Jun 2006 19:35:08 +0000 (+0000) Subject: Removed some focus handling that was to general and did break e.g. combobox. X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/90075c089233f507e0031d4b189f7dbcd260d0ad Removed some focus handling that was to general and did break e.g. combobox. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39577 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/src/os2/window.cpp b/src/os2/window.cpp index 6af67866bb..2a7b44ea65 100644 --- a/src/os2/window.cpp +++ b/src/os2/window.cpp @@ -2394,9 +2394,6 @@ MRESULT wxWindowOS2::OS2WindowProc( WXUINT uMsg, case WM_BUTTON3MOTIONEND: case WM_BUTTON3MOTIONSTART: { - if (uMsg == WM_BUTTON1DOWN && AcceptsFocus()) - SetFocus(); - short nX = LOWORD(wParam); short nY = HIWORD(wParam);