dabo Commit
Revision 7303
Date: 2013-01-01 17:09:21 -0800 (Tue, 01 Jan 2013)
Author: Paul
Trac: http://trac.dabodev.com/changeset/7303

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

Log:
Attempt to solve Carey's problem with DynamicVisible. I wasn't able to
reproduce the original problem on my Mac, so I'm not sure if this 
fixes the problem.


Diff:
Modified: trunk/dabo/ui/uiwx/dPemMixin.py
===================================================================
--- trunk/dabo/ui/uiwx/dPemMixin.py     2013-01-02 01:02:04 UTC (rev 7302)
+++ trunk/dabo/ui/uiwx/dPemMixin.py     2013-01-02 01:09:21 UTC (rev 7303)
@@ -2755,6 +2755,8 @@
                                self.Show(bool(val))
                        except AttributeError:
                                dabo.log.error(_("The object %s does not 
support the Visible property.") % self)
+                       if self.Parent:
+                               self.Parent.layout()
                else:
                        self._properties["Visible"] = val
 



_______________________________________________
Post Messages to: [email protected]
Subscription Maintenance: http://mail.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