dabo Commit
Revision 6439
Date: 2011-02-16 05:42:13 -0800 (Wed, 16 Feb 2011)
Author: Ed
Trac: http://trac.dabodev.com/changeset/6439

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

Log:
I was seeing a lot of flickering in the dLabel demo. This fixes the problem 
that was causing it.


Diff:
Modified: trunk/dabo/ui/uiwx/dLabel.py
===================================================================
--- trunk/dabo/ui/uiwx/dLabel.py        2011-02-16 00:15:01 UTC (rev 6438)
+++ trunk/dabo/ui/uiwx/dLabel.py        2011-02-16 13:42:13 UTC (rev 6439)
@@ -32,7 +32,7 @@
                if self._inResizeEvent:
                        return
                self._inResizeEvent = True
-               dabo.ui.callAfter(self.__resizeExecute)
+               dabo.ui.callAfterInterval(100, self.__resizeExecute)
 
 
        def __resizeExecute(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