wxDataViewCtrl: fix autosized columns recalculation.
authorVáclav Slavík <vslavik@fastmail.fm>
Sat, 22 Jan 2011 19:02:02 +0000 (19:02 +0000)
committerVáclav Slavík <vslavik@fastmail.fm>
Sat, 22 Jan 2011 19:02:02 +0000 (19:02 +0000)
commit3d825e061318925b0b72c535d2b63ec5910829e4
treed4a52abc68731ba61028096fbf9a80d5a742e50c
parent6636ef8ddf9eda0d0352c29d98cb141676a51a2d
wxDataViewCtrl: fix autosized columns recalculation.

The code and its assumptions were correct only for generic wxHeaderCtrl,
it didn't work for MSW implementation. Fixed by updating all columns
every time.

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