Really delete the item in wxDataViewTreeStore::DeleteItem().
authorVadim Zeitlin <vadim@wxwidgets.org>
Sat, 11 Aug 2012 23:09:29 +0000 (23:09 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Sat, 11 Aug 2012 23:09:29 +0000 (23:09 +0000)
commita73a80a9879a1781a230fa40749f16975b0670e4
treef83c63fd49567caf31336cf50090dcea557feb46
parent033f86db5f422700eda6284ab338e84168bbba44
Really delete the item in wxDataViewTreeStore::DeleteItem().

For some incomprehensible reason only child branches were ever deleted from
the list of parents children in DeleteItem(), not simple tree items. This
meant that reexpanding a node after deleting all its children showed the
previously "deleted" children again.

Closes #14574.

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