don't check that the cursor is over the window calling SetCursor(), it might have...
authorVadim Zeitlin <vadim@wxwidgets.org>
Thu, 9 Mar 2006 03:03:15 +0000 (03:03 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Thu, 9 Mar 2006 03:03:15 +0000 (03:03 +0000)
commit8e75dca831c11d5bb61c31c65f408e6273d36465
tree472debfdfe060a44d8e634d65c0674893a668773
parent61f0bec0cd812de8ed7e50dff6a269043e49c7a2
don't check that the cursor is over the window calling SetCursor(), it might have captured it and so want to change the cursor even when it's outside the window boundaries

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