diff --git a/gui/chromeTabs.py b/gui/chromeTabs.py index 2048f309c..5cab26677 100644 --- a/gui/chromeTabs.py +++ b/gui/chromeTabs.py @@ -958,6 +958,7 @@ class PFTabsContainer(wx.Panel): selected = 0 color = wx.SystemSettings_GetColour(wx.SYS_COLOUR_3DFACE) + print color, self.GetBackgroundColour() mdc.SetBackground (wx.Brush(color)) # mdc.SetBackground (wx.Brush((66,113,202)))