]> git.saurik.com Git - wxWidgets.git/commit
Fix DnD in generic wxDataViewCtrl when scrolled.
authorVáclav Slavík <vslavik@fastmail.fm>
Fri, 6 Aug 2010 16:28:46 +0000 (16:28 +0000)
committerVáclav Slavík <vslavik@fastmail.fm>
Fri, 6 Aug 2010 16:28:46 +0000 (16:28 +0000)
commitaecf930c5e84287e55ec4234afbe8c97ca41e261
tree7da669f4a32d23c7485984ee3b6c010eaf846ae7
parent926649a9967d28b9f323d44b87849aa0ca621a42
Fix DnD in generic wxDataViewCtrl when scrolled.

wxDataViewMainWindow drag and drop code incorrectly used Y coordinate
where X axis should be used to check whether the mouse is inside columns
area. This manifested itself as refusing to accept drops once the
control was sufficiently scrolled down.

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