Add items to correct position in wxDataViewCtrl:ItemAdded.
authorVáclav Slavík <vslavik@fastmail.fm>
Wed, 31 Aug 2011 09:36:27 +0000 (09:36 +0000)
committerVáclav Slavík <vslavik@fastmail.fm>
Wed, 31 Aug 2011 09:36:27 +0000 (09:36 +0000)
commit35219832c9fbe15cf7ffda1af3c5512fa3562887
treeb0d3bb7adc8f753b2f098546fddff6b6a12c23c8
parentbed74e488fd6f8dfcb06d9492ac5b34d0af2ec00
Add items to correct position in wxDataViewCtrl:ItemAdded.

In both the generic and GTK+ versions, ItemAdded() always appended the
new item, regardless of its position among its siblings  in the model.

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