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
This commit is contained in:
@@ -2400,7 +2400,8 @@ long wxWindowMSW::MSWWindowProc(WXUINT message, WXWPARAM wParam, WXLPARAM lParam
|
|||||||
wParam);
|
wParam);
|
||||||
break;
|
break;
|
||||||
|
|
||||||
#ifndef __WXWINCE__
|
// Seems to be broken currently
|
||||||
|
#if 0 // ndef __WXWINCE__
|
||||||
case WM_MOUSELEAVE:
|
case WM_MOUSELEAVE:
|
||||||
{
|
{
|
||||||
wxASSERT_MSG( !m_mouseInWindow, wxT("the mouse should be in a window to generate this event!") );
|
wxASSERT_MSG( !m_mouseInWindow, wxT("the mouse should be in a window to generate this event!") );
|
||||||
|
Reference in New Issue
Block a user