dabo Commit
Revision 4819
Date: 2008-12-11 10:15:01 -0800 (Thu, 11 Dec 2008)
Author: Paul
Trac: http://trac.dabodev.com/dabo/changeset/4819

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

Log:
ToolTipText couldn't get set from initProperties(). Fixed.

Diff:
Modified: trunk/dabo/ui/uiwx/dPemMixin.py
===================================================================
--- trunk/dabo/ui/uiwx/dPemMixin.py     2008-12-11 17:34:15 UTC (rev 4818)
+++ trunk/dabo/ui/uiwx/dPemMixin.py     2008-12-11 18:15:01 UTC (rev 4819)
@@ -2413,6 +2413,9 @@
                return getattr(self, "_toolTipText", None)
 
        def _setToolTipText(self, val):
+               if not self._constructed():
+                       self._properties["ToolTipText"] = val
+                       return
                if not val and not self.ToolTipText:
                        # Don't keep setting blank tooltip repeatedly.
                        pass




_______________________________________________
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