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
This commit is contained in:
Stefan Neis
2006-06-05 19:35:08 +00:00
parent 08f30494b0
commit 90075c0892

View File

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