dabo Commit
Revision 7094
Date: 2012-02-13 07:41:59 -0800 (Mon, 13 Feb 2012)
Author: Ed
Trac: http://trac.dabodev.com/changeset/7094

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

Log:
Changing some of the drawn text object's properties did not immediately change 
its appearance. This fixes that problem.

Diff:
Modified: trunk/dabo/ui/uiwx/dPemMixin.py
===================================================================
--- trunk/dabo/ui/uiwx/dPemMixin.py     2012-02-13 15:40:17 UTC (rev 7093)
+++ trunk/dabo/ui/uiwx/dPemMixin.py     2012-02-13 15:41:59 UTC (rev 7094)
@@ -3396,6 +3396,7 @@
                if self._backColor is not None:
                        dc.SetTextBackground(self._backColor)
                dc.SetFont(fnt)
+               self.update()
 
 
        # Property get/set methods



_______________________________________________
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