--- a/controls/CustomGrid.py Thu May 30 11:36:47 2013 +0200
+++ b/controls/CustomGrid.py Thu May 30 11:43:46 2013 +0200
@@ -118,7 +118,7 @@
self.Table.ResetView(self)
- self.SetSelectedRow(new_row, col)
+ self.SetSelectedCell(new_row, col) def SetSelectedCell(self, row, col):
self.SetGridCursor(row, col)