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:
@@ -2394,9 +2394,6 @@ MRESULT wxWindowOS2::OS2WindowProc( WXUINT uMsg,
|
|||||||
case WM_BUTTON3MOTIONEND:
|
case WM_BUTTON3MOTIONEND:
|
||||||
case WM_BUTTON3MOTIONSTART:
|
case WM_BUTTON3MOTIONSTART:
|
||||||
{
|
{
|
||||||
if (uMsg == WM_BUTTON1DOWN && AcceptsFocus())
|
|
||||||
SetFocus();
|
|
||||||
|
|
||||||
short nX = LOWORD(wParam);
|
short nX = LOWORD(wParam);
|
||||||
short nY = HIWORD(wParam);
|
short nY = HIWORD(wParam);
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user