]> git.saurik.com Git - wxWidgets.git/commitdiff
Commented out WM_MOUSELEAVE until it can be fixed
authorJulian Smart <julian@anthemion.co.uk>
Thu, 11 Dec 2003 20:17:44 +0000 (20:17 +0000)
committerJulian Smart <julian@anthemion.co.uk>
Thu, 11 Dec 2003 20:17:44 +0000 (20:17 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@24785 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

src/msw/window.cpp

index c6dee1ec13af5e64f9996f86202ed5937edaede1..d3bc7241d7e51c063bbface7a5582ae283a647a6 100644 (file)
@@ -2400,7 +2400,8 @@ long wxWindowMSW::MSWWindowProc(WXUINT message, WXWPARAM wParam, WXLPARAM lParam
                                         wParam);
             break;
 
-#ifndef __WXWINCE__
+            // Seems to be broken currently
+#if 0 // ndef __WXWINCE__
         case WM_MOUSELEAVE:
            {
             wxASSERT_MSG( !m_mouseInWindow, wxT("the mouse should be in a window to generate this event!") );