Update the current row after item deletion in generic wxDataViewCtrl.
authorVadim Zeitlin <vadim@wxwidgets.org>
Tue, 6 Nov 2012 16:51:18 +0000 (16:51 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Tue, 6 Nov 2012 16:51:18 +0000 (16:51 +0000)
commited3aece5aea77b4fc62493fac7873496056aeec5
tree0178cc2c2fa40fe9fb902d8d2cda27f8f4cc0d0d
parentddcc73a7626a3ae9d2fd2399d0993b48b1d10d60
Update the current row after item deletion in generic wxDataViewCtrl.

Also change the code changing the current item to collect the range checks
inside OnVerticalNavigation() itself instead of doing them in the caller.

Closes #14802.

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