fixed handling of Ctrl-arrows movement which was unselecting the previously selected items incorrectly
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@16086 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -3220,7 +3220,7 @@ void wxListMainWindow::OnArrowChar(size_t newCurrent, const wxKeyEvent& event)
|
|||||||
|
|
||||||
ChangeCurrent(newCurrent);
|
ChangeCurrent(newCurrent);
|
||||||
|
|
||||||
HighlightLine( oldCurrent, FALSE );
|
// refresh the old focus to remove it
|
||||||
RefreshLine( oldCurrent );
|
RefreshLine( oldCurrent );
|
||||||
|
|
||||||
if ( !event.ControlDown() )
|
if ( !event.ControlDown() )
|
||||||
|
Reference in New Issue
Block a user