]> git.saurik.com Git - wxWidgets.git/commitdiff
typo fixed
authorVadim Zeitlin <vadim@wxwidgets.org>
Wed, 23 Feb 2000 23:42:18 +0000 (23:42 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Wed, 23 Feb 2000 23:42:18 +0000 (23:42 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@6252 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

src/generic/grid.cpp

index 143d6677e23768905c43b545f3db0ec7aa89ff99..6101885d328f0d576fd73088b1613f7b64ac8883 100644 (file)
@@ -4120,6 +4120,7 @@ void wxGrid::ProcessGridCellMouseEvent( wxMouseEvent& event )
             if ( dragCol >= 0 )
             {
                 m_dragRowOrCol = dragCol;
+            }
 
             return;
         }