dabo Commit
Revision 4601
Date: 2008-10-24 15:26:26 -0700 (Fri, 24 Oct 2008)
Author: Paul
Trac: http://svn.dabodev.com/trac/dabo/changeset/4601
Changed:
U trunk/dabo/ui/uiwx/dGrid.py
Log:
I'm receiving spurious bus errors on Mac since I changed dGrid to use
wx.grid.PreGrid as the preClass. Since the old way was working great,
I'm reverting that change. But Larry, I'm still interested to know if
this fixed your problem or not.
Diff:
Modified: trunk/dabo/ui/uiwx/dGrid.py
===================================================================
--- trunk/dabo/ui/uiwx/dGrid.py 2008-10-24 22:26:03 UTC (rev 4600)
+++ trunk/dabo/ui/uiwx/dGrid.py 2008-10-24 22:26:26 UTC (rev 4601)
@@ -1678,7 +1678,7 @@
"""
def __init__(self, parent, properties=None, attProperties=None, *args,
**kwargs):
self._baseClass = dGrid
- preClass = wx.grid.PreGrid
+ preClass = wx.grid.Grid
# 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]