]> git.saurik.com Git - wxWidgets.git/commit
wxDataViewCtrl::Expand() only works on items whose parents are already
authorRobert Roebling <robert@roebling.de>
Sat, 23 Oct 2010 14:03:18 +0000 (14:03 +0000)
committerRobert Roebling <robert@roebling.de>
Sat, 23 Oct 2010 14:03:18 +0000 (14:03 +0000)
commite3d358bbe4940c85304e9193010b27ba04c9fb86
tree90fc85e3f4fdf0374a9eba641a0d59ced2883ad1
parent3d9bff2f13c7fe6a61b99de92c8283dcbb59b147
wxDataViewCtrl::Expand() only works on items whose parents are already
 expanded. The attached patch fixes this by expanding all ancestors of the
 item before expanding the item itself. Closes #12585: wxDataviewCtrl::Expand() needs to expand all ancestors

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