]> git.saurik.com Git - wxWidgets.git/commit
Fix appending of non-leaf node to wxGTK's wxDataViewCtrl.
authorVáclav Slavík <vslavik@fastmail.fm>
Mon, 12 Sep 2011 09:23:59 +0000 (09:23 +0000)
committerVáclav Slavík <vslavik@fastmail.fm>
Mon, 12 Sep 2011 09:23:59 +0000 (09:23 +0000)
commit5c65a66151728d7fd3e5c3bc2d4ff31a151916e7
tree28bc372af49d7cc22fe4f66c305b4aa926da4a8b
parentb5f035b37a297e33eb6e78f11982be34e0fd2894
Fix appending of non-leaf node to wxGTK's wxDataViewCtrl.

This was accidentally broken in r68965: appending a branch node after
all others node resulted in corruption of m_nodes, as the node was never
added to the list.

Fixes #13467.

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