Send mouse leave events in HandleMouseMove if HAVE_TRACKMOUSEEVENT is defined and...
authorKevin Hock <hockkn@yahoo.com>
Sun, 11 Sep 2005 19:54:58 +0000 (19:54 +0000)
committerKevin Hock <hockkn@yahoo.com>
Sun, 11 Sep 2005 19:54:58 +0000 (19:54 +0000)
commitcff58b52994be223d4e6b183084435b761d6ee81
tree1b92fc0a2b0d10dc597318d3cced39d2d5f616bb
parentf9daf953d69a1f367a8c2d85cf587fe29eb4a45a
Send mouse leave events in HandleMouseMove if HAVE_TRACKMOUSEEVENT is defined and the window has captured the mouse.  This used to be done in OnInternalIdle, which now only sends leave events when HAVE_TRACKMOUSEEVENT is *not* defined.  Patch from Jamie Gadd, posted 9/10/2005 on wx-dev.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@35474 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
src/msw/window.cpp