From 90075c089233f507e0031d4b189f7dbcd260d0ad Mon Sep 17 00:00:00 2001 From: Stefan Neis Date: Mon, 5 Jun 2006 19:35:08 +0000 Subject: [PATCH] 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 --- src/os2/window.cpp | 3 --- 1 file changed, 3 deletions(-) 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); -- 2.47.2