]> git.saurik.com Git - wxWidgets.git/commit
Update the icon of a parent item without children in wxDataViewCtrl.
authorVadim Zeitlin <vadim@wxwidgets.org>
Sat, 11 Aug 2012 23:09:33 +0000 (23:09 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Sat, 11 Aug 2012 23:09:33 +0000 (23:09 +0000)
commitc3b504ad03fc6c90f5a00b2b90dea35adfa7327c
treed19e2fe90be6ecbe9b92461a6877a02349970f05
parenta73a80a9879a1781a230fa40749f16975b0670e4
Update the icon of a parent item without children in wxDataViewCtrl.

Ensure that a parent item that doesn't have any children any more isn't left
with a "-" expander icon, it can't be collapsed any more but only expanded
again (possibly adding children under it dynamically). This results in better
behaviour in e.g. the last page of the dataview sample where the container
item remained with a "+" icon even after its both children were deleted.

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