Update column order in MSW native wxHeaderCtrl after drag.
authorVadim Zeitlin <vadim@wxwidgets.org>
Sat, 17 Oct 2009 16:13:37 +0000 (16:13 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Sat, 17 Oct 2009 16:13:37 +0000 (16:13 +0000)
commit8478ed64d71502cd40bf07b15c0957877b4528e7
tree9eb3add4b8793fe064d3b2fc2c864a05dafad2b1
parentda16724e7a801ab1744938518375e5d898535a43
Update column order in MSW native wxHeaderCtrl after drag.

We must update the internally stored columns order even if the end reorder
event was processed (but not vetoed), otherwise we don't reflect the new order
in the our public functions such as GetColumnsOrder() which broke wxDVC
display under MSW.

Closes #11300.

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