dabo Commit
Revision 4595
Date: 2008-10-24 12:51:08 -0700 (Fri, 24 Oct 2008)
Author: Paul
Trac: http://svn.dabodev.com/trac/dabo/changeset/4595
Changed:
U trunk/dabo/ui/uiwx/dGrid.py
Log:
At some point wxPython added a wx.PreGrid. Fixed in Dabo.
Diff:
Modified: trunk/dabo/ui/uiwx/dGrid.py
===================================================================
--- trunk/dabo/ui/uiwx/dGrid.py 2008-10-24 19:18:01 UTC (rev 4594)
+++ trunk/dabo/ui/uiwx/dGrid.py 2008-10-24 19:51:08 UTC (rev 4595)
@@ -1678,7 +1678,7 @@
"""
def __init__(self, parent, properties=None, attProperties=None, *args,
**kwargs):
self._baseClass = dGrid
- preClass = wx.grid.Grid
+ preClass = wx.grid.PreGrid
# Internal flag to determine if the prior sort order needs to
be restored:
self._sortRestored = False
_______________________________________________
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]