]> git.saurik.com Git - wxWidgets.git/commit
Fix incorrect handling of ItemsAdded() in wxDataViewCtrl.
authorVáclav Slavík <vslavik@fastmail.fm>
Wed, 26 Oct 2011 17:10:27 +0000 (17:10 +0000)
committerVáclav Slavík <vslavik@fastmail.fm>
Wed, 26 Oct 2011 17:10:27 +0000 (17:10 +0000)
commit5bb82ad49f605933e95f8ca77714cf7f69e5f9af
treef144b49fc784c7e9d7652c71b203518520100ee0
parent5e0e1372fdbb5e9325cadc8be2f69ae0e849a9cc
Fix incorrect handling of ItemsAdded() in wxDataViewCtrl.

When adding items to the model in bulk and then calling ItemsAdded(),
internal representation in both the generic and GTK+ versions wasn't
updated correctly if the order of the notifications was such that an
item would be inserted after other new, but not yet inserted, items.

Fixes bug #13587.

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