]> git.saurik.com Git - wxWidgets.git/commit - docs/changes.txt
Fix bug with dragging non-draggable columns in wxMSW wxHeaderCtrl.
authorVadim Zeitlin <vadim@wxwidgets.org>
Sun, 20 Jan 2013 02:08:51 +0000 (02:08 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Sun, 20 Jan 2013 02:08:51 +0000 (02:08 +0000)
commit421a5048b7c66157266d6c55f9b0c84537ce34cb
tree9049625bb42175c3d5af00ba9155b3d5e7d827b0
parentd1c629ce8fd065109e20063d5e9aeeca075398a3
Fix bug with dragging non-draggable columns in wxMSW wxHeaderCtrl.

Properly ignore HDN_BEGINDRAG events for the columns without wxCOL_REORDERABLE
flag. This fixes dragging non-draggable columns in wxDataViewCtrl under MSW.

Closes #14940.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@73389 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
docs/changes.txt
include/wx/msw/headerctrl.h
src/msw/headerctrl.cpp