]> git.saurik.com Git - wxWidgets.git/commitdiff
Used old name SelectCell instead of new name SetCurrentCell
authorMichael Bedward <mbedward@ozemail.com.au>
Thu, 3 Feb 2000 07:18:02 +0000 (07:18 +0000)
committerMichael Bedward <mbedward@ozemail.com.au>
Thu, 3 Feb 2000 07:18:02 +0000 (07:18 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@5822 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

include/wx/generic/grid.h

index 98b783e4c82ceed8d018a3ac488efc54b81b57f3..93cfea0aeaf450b0e58191f8ba736b616bb05cf7 100644 (file)
@@ -632,7 +632,7 @@ class WXDLLEXPORT wxGrid : public wxScrolledWindow
     // ------ grid cursor movement functions
     //
     void SetGridCursor( int row, int col )
-        { SelectCell( wxGridCellCoords(row, col) ); }
+        { SetCurrentCell( wxGridCellCoords(row, col) ); }
 
     bool MoveCursorUp();
     bool MoveCursorDown();