]> git.saurik.com Git - wxWidgets.git/commit
model column and index of column in the dataview can be different, correct this and...
authorRobert Roebling <robert@roebling.de>
Tue, 21 Dec 2010 19:27:35 +0000 (19:27 +0000)
committerRobert Roebling <robert@roebling.de>
Tue, 21 Dec 2010 19:27:35 +0000 (19:27 +0000)
commitd93cc830804df17292da7471856a5570574e0bb7
tree6e0f0c28a6e72b322e6425b1a68dbab39598d4df
parent925a662ab00361c64446e186b6d2876de4356a5d
model column and index of column in the dataview can be different, correct this and also make wxGTK and wxMSW report the same thing in the event following wxDataViewModel::SetValue(), fixes #12755: wxDataViewCtrl bug when the column is mapped to different model column. Also commit some older change reseting the cursor under the mouse.

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