Use sysset color for bk since window.getbackgroundcolor fails on wxmac

This commit is contained in:
HomeWorld
2010-11-18 00:09:23 +02:00
parent afed3c5d70
commit 66ca34bf46

View File

@@ -933,7 +933,7 @@ class PFTabsContainer(wx.Panel):
selected = 0
mdc.SetBackground (wx.Brush(self.GetBackgroundColour()))
mdc.SetBackground (wx.Brush(wx.SystemSettings_GetColour(wx.SYS_COLOUR_3DFACE)))
# mdc.SetBackground (wx.Brush((66,113,202)))
mdc.Clear()