From: Michael Bedward Date: Thu, 3 Feb 2000 07:18:02 +0000 (+0000) Subject: Used old name SelectCell instead of new name SetCurrentCell X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/b27f2615c7e78c2a0ad53614cad2ead4ec32e05d Used old name SelectCell instead of new name SetCurrentCell git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@5822 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/include/wx/generic/grid.h b/include/wx/generic/grid.h index 98b783e4c8..93cfea0aea 100644 --- a/include/wx/generic/grid.h +++ b/include/wx/generic/grid.h @@ -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();