Refresh the old current row when right clicking in wxDataViewCtrl.
authorVadim Zeitlin <vadim@wxwidgets.org>
Tue, 19 Jul 2011 22:35:57 +0000 (22:35 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Tue, 19 Jul 2011 22:35:57 +0000 (22:35 +0000)
commita09da78b0354c920a92993107cfb268b0701b253
tree5b10162c84928e0a11de8c81fae00c532af85bc0
parent2a648479df44228ca01da2cbffb389034c037d65
Refresh the old current row when right clicking in wxDataViewCtrl.

the generic implementation of wxDataViewCtrl left the old current still
focused after selecting another row as current when it was right clicked.
Fix this by refreshing the previously current row after unfocusing it.

Closes #13330.

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