dabo Commit
Revision 5454
Date: 2009-10-13 11:33:31 -0700 (Tue, 13 Oct 2009)
Author: Paul
Trac: http://trac.dabodev.com/changeset/5454
Changed:
U trunk/dabo/ui/uiwx/dFormMixin.py
Log:
Wrapped the creation of the status bar to hopefully not give artifacts
when created too close to form creation/resize time.
Jeff, does this solve the problem?
Diff:
Modified: trunk/dabo/ui/uiwx/dFormMixin.py
===================================================================
--- trunk/dabo/ui/uiwx/dFormMixin.py 2009-10-07 17:13:05 UTC (rev 5453)
+++ trunk/dabo/ui/uiwx/dFormMixin.py 2009-10-13 18:33:31 UTC (rev 5454)
@@ -88,7 +88,7 @@
super(dFormMixin, self).__init__(preClass, parent, properties,
attProperties, *args, **kwargs)
- self._createStatusBar()
+ dabo.ui.callAfter(self._createStatusBar)
self._createToolBar()
if not self._designerMode:
self.restoreSizeAndPosition()
_______________________________________________
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]