dabo Commit
Revision 6959
Date: 2011-11-01 13:30:21 -0700 (Tue, 01 Nov 2011)
Author: Paul
Trac: http://trac.dabodev.com/changeset/6959

Changed:
U   trunk/dabo/ui/uiwx/dGrid.py

Log:
The property sheet was acting wonky with dTextBox as the editor.


Diff:
Modified: trunk/dabo/ui/uiwx/dGrid.py
===================================================================
--- trunk/dabo/ui/uiwx/dGrid.py 2011-11-01 18:55:02 UTC (rev 6958)
+++ trunk/dabo/ui/uiwx/dGrid.py 2011-11-01 20:30:21 UTC (rev 6959)
@@ -482,7 +482,7 @@
                self.floatRendererClass = wx.grid.GridCellFloatRenderer
                self.listRendererClass = wx.grid.GridCellStringRenderer
                self.imageRendererClass = gridRenderers.ImageRenderer
-               self.stringEditorClass = 
dabo.ui.makeGridEditor(dabo.ui.dTextBox) ##wx.grid.GridCellTextEditor
+               self.stringEditorClass = wx.grid.GridCellTextEditor
                self.wrapStringEditorClass = 
wx.grid.GridCellAutoWrapStringEditor
                self.boolEditorClass = wx.grid.GridCellBoolEditor
                self.intEditorClass = wx.grid.GridCellNumberEditor



_______________________________________________
Post Messages to: [email protected]
Subscription Maintenance: http://leafe.com/mailman/listinfo/dabo-dev
Searchable Archives: http://leafe.com/archives/search/dabo-dev
This message: 
http://leafe.com/archives/byMID/[email protected]

Reply via email to