From: Vadim Zeitlin Date: Wed, 23 Feb 2000 23:42:18 +0000 (+0000) Subject: typo fixed X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/122603f10fbec49df8de06bc2901758ac12c1baa typo fixed git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@6252 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/src/generic/grid.cpp b/src/generic/grid.cpp index 143d6677e2..6101885d32 100644 --- a/src/generic/grid.cpp +++ b/src/generic/grid.cpp @@ -4120,6 +4120,7 @@ void wxGrid::ProcessGridCellMouseEvent( wxMouseEvent& event ) if ( dragCol >= 0 ) { m_dragRowOrCol = dragCol; + } return; }