Never collapse invisible root item in generic wxDataViewCtrl.
authorVadim Zeitlin <vadim@wxwidgets.org>
Tue, 6 Nov 2012 16:50:56 +0000 (16:50 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Tue, 6 Nov 2012 16:50:56 +0000 (16:50 +0000)
commitddcc73a7626a3ae9d2fd2399d0993b48b1d10d60
tree132fd71092cec39df6c4e346e395ce5435eee648
parent31f2c38d11c1dcad7ca015be8d87f37b5c6042ce
Never collapse invisible root item in generic wxDataViewCtrl.

Since the changes of r72325, the root item could be collapsed and marked as
not having any children but this was wrong because no items could be added to
it after this.

Just ignore any attempts to collapse it.

Closes #14801.

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