don't call DragFinish() before calling DragQueryPoint() or we (naturally) don't get...
authorVadim Zeitlin <vadim@wxwidgets.org>
Thu, 4 Dec 2008 00:17:36 +0000 (00:17 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Thu, 4 Dec 2008 00:17:36 +0000 (00:17 +0000)
commitfe8f9ad70c4e471d351f35d96f3c469531cbbf07
treecd3f0c1275ce2dac25fc7885522f571b46d5b0ce
parent20f4a2e41fc7b881553615b09960432d41122e9e
don't call DragFinish() before calling DragQueryPoint() or we (naturally) don't get the correct answer from the query (#10238)

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