dabo Commit
Revision 6773
Date: 2011-08-09 06:50:24 -0700 (Tue, 09 Aug 2011)
Author: Jacekk
Trac: http://trac.dabodev.com/changeset/6773

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

Log:
Added deferred call of update method.

Diff:
Modified: trunk/dabo/ui/uiwx/dPage.py
===================================================================
--- trunk/dabo/ui/uiwx/dPage.py 2011-08-09 10:42:02 UTC (rev 6772)
+++ trunk/dabo/ui/uiwx/dPage.py 2011-08-09 13:50:24 UTC (rev 6773)
@@ -76,7 +76,7 @@
                if not self.itemsCreated:
                        self._createItems()
                if self._pendingUpdates:
-                       self.update()
+                       dabo.ui.callAfter(self.update)
 
 
        def __onPageLeave(self, evt):



_______________________________________________
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