]> git.saurik.com Git - wxWidgets.git/commitdiff
fixed handling of Ctrl-arrows movement which was unselecting the previously selected...
authorVadim Zeitlin <vadim@wxwidgets.org>
Mon, 8 Jul 2002 17:57:48 +0000 (17:57 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Mon, 8 Jul 2002 17:57:48 +0000 (17:57 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@16086 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

src/generic/listctrl.cpp

index 538ddcc162d2aa2f9c01e9eef938ee7dccc3cad1..e3e0e85f4efed407015433789943b177e5f3237e 100644 (file)
@@ -3220,7 +3220,7 @@ void wxListMainWindow::OnArrowChar(size_t newCurrent, const wxKeyEvent& event)
 
         ChangeCurrent(newCurrent);
 
-        HighlightLine( oldCurrent, FALSE );
+        // refresh the old focus to remove it
         RefreshLine( oldCurrent );
 
         if ( !event.ControlDown() )