dabo Commit
Revision 5947
Date: 2010-08-02 18:17:48 -0700 (Mon, 02 Aug 2010)
Author: Paul
Trac: http://trac.dabodev.com/changeset/5947
Changed:
U trunk/dabo/ui/uiwx/dFormMixin.py
Log:
Turning on double buffering at the form level removes all kinds of flickering
and artifacts on Windows. However, I haven't fully tested so if needed we can
turn this off on a case-by-case basis.
Diff:
Modified: trunk/dabo/ui/uiwx/dFormMixin.py
===================================================================
--- trunk/dabo/ui/uiwx/dFormMixin.py 2010-08-02 22:24:08 UTC (rev 5946)
+++ trunk/dabo/ui/uiwx/dFormMixin.py 2010-08-03 01:17:48 UTC (rev 5947)
@@ -125,6 +125,8 @@
wx.CallAfter(self._restoreMenuPrefs)
super(dFormMixin, self)._afterInit()
+
+ self.SetDoubleBuffered(True)
def _initEvents(self):
_______________________________________________
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]