Return true from wxDataViewMainWindow::ItemDeleted().
authorVáclav Slavík <vslavik@fastmail.fm>
Sun, 9 Oct 2011 13:07:10 +0000 (13:07 +0000)
committerVáclav Slavík <vslavik@fastmail.fm>
Sun, 9 Oct 2011 13:07:10 +0000 (13:07 +0000)
commit28fefd45f9e7c426975ef9bd35c25d2dd0ece985
treeeef87034a00d387a96eacdf15fb3aadef13ad088
parenta1a17906668261d584ad7b899730530b39f1b69b
Return true from wxDataViewMainWindow::ItemDeleted().

Presumably, 'false' indicates failure, but there's no failure here: if
an item is not visible, because its parent wasn't expanded yet, it's
perfectly OK that we don't need to do anything.

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