dabo Commit
Revision 4700
Date: 2008-11-21 12:32:07 -0800 (Fri, 21 Nov 2008)
Author: Ed
Trac: http://svn.dabodev.com/trac/dabo/changeset/4700
Changed:
U trunk/dabo/ui/uiwx/dForm.py
Log:
Removed the unnecessary Show() override method because no one can think of a
good reason for it.
Diff:
Modified: trunk/dabo/ui/uiwx/dForm.py
===================================================================
--- trunk/dabo/ui/uiwx/dForm.py 2008-11-21 16:17:03 UTC (rev 4699)
+++ trunk/dabo/ui/uiwx/dForm.py 2008-11-21 20:32:07 UTC (rev 4700)
@@ -895,13 +895,11 @@
## we are modifying the dForm class definition globally.)
BaseForm.__init__(self, preClass, parent, properties,
attProperties, *args, **kwargs)
+
def Show(self, show=True, *args, **kwargs):
self._gtk_show_fix(show)
dForm.__bases__[-1].Show(self, show, *args, **kwargs)
- def Layout(self):
- super(dForm, self).Layout()
- wx.CallAfter(self.update)
def _getModal(self):
return getattr(self, "_modal", False)
_______________________________________________
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]