dabo Commit
Revision 6259
Date: 2010-12-17 14:35:03 -0800 (Fri, 17 Dec 2010)
Author: Jacekk
Trac: http://trac.dabodev.com/changeset/6259

Changed:
U   trunk/dabo/lib/datanav/Page.py

Log:
Fix for #1395 ticket.

Diff:
Modified: trunk/dabo/lib/datanav/Page.py
===================================================================
--- trunk/dabo/lib/datanav/Page.py      2010-12-17 22:32:11 UTC (rev 6258)
+++ trunk/dabo/lib/datanav/Page.py      2010-12-17 22:35:03 UTC (rev 6259)
@@ -78,7 +78,7 @@
        def __onPageEnter(self, evt):
                self._onPageEnter()
                if self.UpdateOnPageEnter:
-                       self.update()
+                       dabo.ui.callAfter(self.update)
 
 
        def _onPageEnter(self):



_______________________________________________
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