only set cursor immediately in SetCursor() if the mouse is currently inside the windo...
authorVadim Zeitlin <vadim@wxwidgets.org>
Fri, 12 Jan 2007 01:28:14 +0000 (01:28 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Fri, 12 Jan 2007 01:28:14 +0000 (01:28 +0000)
commita8b2285edf2eb1ef1dd1cb19abf130a871821dbf
tree73ac3b835fd127014ac8d92a3ef0683a4d3bd41d
parent21de14b3311398f386f730cae582fe4d9da5a646
only set cursor immediately in SetCursor() if the mouse is currently inside the window or we capture it (fixes the problem introduced in rev 1.675 while still correcting the original bug that change was done to fix)

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