Color change for tabcontainer bk

This commit is contained in:
HomeWorld
2010-11-18 00:16:33 +02:00
parent 2596518fb3
commit 10268d4f87

View File

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