From b27f2615c7e78c2a0ad53614cad2ead4ec32e05d Mon Sep 17 00:00:00 2001 From: Michael Bedward Date: Thu, 3 Feb 2000 07:18:02 +0000 Subject: [PATCH] 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 --- include/wx/generic/grid.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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(); -- 2.47.2