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
This commit is contained in:
Michael Bedward
2000-02-03 07:18:02 +00:00
parent dfaf42d2e8
commit b27f2615c7

View 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();