beremiz

Parents 037d2beecfb9
Children 5056f17a0c6b
Fixing bug in c_ext plugin variable grid cells not editable
--- a/plugins/c_ext/CFileEditor.py Mon Jan 09 18:18:43 2012 +0100
+++ b/plugins/c_ext/CFileEditor.py Tue Jan 17 22:49:30 2012 +0100
@@ -474,7 +474,7 @@
for col in range(self.GetNumberCols()):
editor = None
renderer = None
- colname = self.GetColLabelValue(col)
+ colname = self.GetColLabelValue(col, False)
if colname == "Name":
editor = wx.grid.GridCellTextEditor()