detabified

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@10928 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin
2001-07-09 23:31:00 +00:00
parent 938b652b11
commit d0a3d10946

View File

@@ -2204,7 +2204,7 @@ long wxWindowMSW::MSWWindowProc(WXUINT message, WXWPARAM wParam, WXLPARAM lParam
case WM_NCMBUTTONDOWN: case WM_NCMBUTTONDOWN:
case WM_NCMBUTTONUP: case WM_NCMBUTTONUP:
case WM_NCMBUTTONDBLCLK: case WM_NCMBUTTONDBLCLK:
#endif #endif
{ {
// MicroWindows seems to ignore the fact that a window // MicroWindows seems to ignore the fact that a window
// is disabled. So catch mouse events and throw them away if necessary. // is disabled. So catch mouse events and throw them away if necessary.
@@ -2222,7 +2222,6 @@ long wxWindowMSW::MSWWindowProc(WXUINT message, WXWPARAM wParam, WXLPARAM lParam
break; break;
} }
break; break;
} }
#endif #endif