dabo Commit
Revision 6637
Date: 2011-06-27 10:07:51 -0700 (Mon, 27 Jun 2011)
Author: Paul
Trac: http://trac.dabodev.com/changeset/6637

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

Log:
Need this @deadcheck on Mac, at least.


Diff:
Modified: trunk/dabo/ui/uiwx/dGrid.py
===================================================================
--- trunk/dabo/ui/uiwx/dGrid.py 2011-06-27 16:25:57 UTC (rev 6636)
+++ trunk/dabo/ui/uiwx/dGrid.py 2011-06-27 17:07:51 UTC (rev 6637)
@@ -554,6 +554,7 @@
        def _updateCellDynamicProps(self, row):
                dabo.ui.callAfterInterval(200, 
self._updateCellDynamicProps_delayed, row)
        
+       @dabo.ui.deadCheck
        def _updateCellDynamicProps_delayed(self, row):
                kwargs = {"row": row}
                self._cellDynamicRow = row



_______________________________________________
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