Invalidate wxDataViewCtrl bests widths on expand/collapse.
authorVáclav Slavík <vslavik@fastmail.fm>
Mon, 30 Apr 2012 09:33:25 +0000 (09:33 +0000)
committerVáclav Slavík <vslavik@fastmail.fm>
Mon, 30 Apr 2012 09:33:25 +0000 (09:33 +0000)
commitb6b171522b1aa2241447e187e422c892ded76053
treeed10ae913b985763717aca3363f6877d971ca23e
parentf0630187eace810df2176bbb7f5429297ca82d4e
Invalidate wxDataViewCtrl bests widths on expand/collapse.

The best column widths are computed from "realized" items that are
available as rows in wxDataViewCtrl. This information changes when a
previously collapsed node is expanded and new items become available for
column width calculation.

Fixes #14167.

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