dabo Commit
Revision 6628
Date: 2011-06-17 15:21:19 -0700 (Fri, 17 Jun 2011)
Author: Paul
Trac: http://trac.dabodev.com/changeset/6628

Changed:
U   trunk/ide/ReportDesigner.py

Log:
ReportDesigner looked horrible on Mac because of dark default background. Fixed.


Diff:
Modified: trunk/ide/ReportDesigner.py
===================================================================
--- trunk/ide/ReportDesigner.py 2011-06-17 18:41:40 UTC (rev 6627)
+++ trunk/ide/ReportDesigner.py 2011-06-17 22:21:19 UTC (rev 6628)
@@ -1345,6 +1345,7 @@
                import wx               ## (need to abstract DC drawing)
 
                dc = wx.PaintDC(self)
+               dc.SetBackground(wx.Brush((248,248,248)))
                dc.Clear()
 
                for obj in self.ReportObject.get("Objects", []):



_______________________________________________
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