Fixing bug in c_ext plugin variable grid cells not editable
authorlaurent
Tue, 17 Jan 2012 22:49:30 +0100
changeset 665 aec7aca89f3e
parent 662 037d2beecfb9
child 666 5056f17a0c6b
Fixing bug in c_ext plugin variable grid cells not editable
plugins/c_ext/CFileEditor.py
--- 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()