]> git.saurik.com Git - wxWidgets.git/commitdiff
Clean up indentation / tabs from previous patch
authorKevin Hock <hockkn@yahoo.com>
Sun, 30 Jan 2005 22:45:40 +0000 (22:45 +0000)
committerKevin Hock <hockkn@yahoo.com>
Sun, 30 Jan 2005 22:45:40 +0000 (22:45 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@31663 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

src/generic/listctrl.cpp

index f87c9d6b20b9130a08a03ad8737bc3d84e6e246d..886fb5a1b8b7fb3baf3c1b3da105f3bcbe8c5d74 100644 (file)
@@ -3034,14 +3034,14 @@ void wxListMainWindow::OnMouse( wxMouseEvent &event )
         if ( !(cmdModifierDown || event.ShiftDown()) )
         {
             if( IsSingleSel() || !IsHighlighted(current) )
-        {
-            HighlightAll( false );
+            {
+                HighlightAll( false );
 
-            ChangeCurrent(current);
+                ChangeCurrent(current);
 
-            ReverseHighlight(m_current);
-        }
-            else // multi sel & current is highlighted & no mod keys
+                ReverseHighlight(m_current);
+            }
+            else // multi sel & current is highlighted & no mod keys
             {
                 m_lineSelectSingleOnUp = current;      
                 ChangeCurrent(current); // change focus