From: Julian Smart Date: Thu, 11 Dec 2003 20:17:44 +0000 (+0000) Subject: Commented out WM_MOUSELEAVE until it can be fixed X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/9bdb105270a94060942cb4d974a391b24a74888c?ds=inline Commented out WM_MOUSELEAVE until it can be fixed git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@24785 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/src/msw/window.cpp b/src/msw/window.cpp index c6dee1ec13..d3bc7241d7 100644 --- a/src/msw/window.cpp +++ b/src/msw/window.cpp @@ -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!") );