diff -r 279c16d017f3 -r d65122c61eaf controls/CustomTable.py --- a/controls/CustomTable.py Wed Dec 14 15:18:32 2011 +0100 +++ b/controls/CustomTable.py Fri Dec 16 22:44:47 2011 +0100 @@ -108,6 +108,8 @@ for row in range(self.GetNumberRows()): row_highlights = self.Highlights.get(row, {}) for col in range(self.GetNumberCols()): + colname = self.GetColLabelValue(col, False) + grid.SetReadOnly(row, col, True) grid.SetCellEditor(row, col, None) grid.SetCellRenderer(row, col, None)