Tabs container color

This commit is contained in:
HomeWorld
2010-11-17 13:33:30 +02:00
parent 16be2fe034
commit e0b7d8bf60

View File

@@ -863,7 +863,7 @@ class PFTabsContainer(wx.Panel):
selected = 0
mdc.SetBackground (wx.Brush(wx.SystemSettings.GetColour( wx.SYS_COLOUR_BACKGROUND)))
mdc.SetBackground (wx.Brush(wx.SystemSettings.GetColour( wx.SYS_COLOUR_3DFACE if 'wxMSW' in wx.PlatformInfo else wx.SYS_COLOUR_WINDOW)))
# mdc.SetBackground (wx.Brush((66,113,202)))
mdc.Clear()