Color fix

This commit is contained in:
HomeWorld
2010-11-18 13:04:19 +02:00
parent 4b70da5e6a
commit a69c845fec

View File

@@ -944,7 +944,7 @@ class PFTabsContainer(wx.Panel):
selected = 0
mdc.SetBackground (wx.Brush(wx.SystemSettings_GetColour(wx.SYS_COLOUR_BTNFACE)))
mdc.SetBackground (wx.Brush(wx.SystemSettings_GetColour(wx.SYS_COLOUR_MENUBAR)))
# mdc.SetBackground (wx.Brush((66,113,202)))
mdc.Clear()