diff --git a/gui/chromeTabs.py b/gui/chromeTabs.py index aeef6fbda..7a233d063 100644 --- a/gui/chromeTabs.py +++ b/gui/chromeTabs.py @@ -864,6 +864,7 @@ class PFTabsContainer(wx.Panel): selected = 0 mdc.SetBackground (wx.Brush(self.GetBackgroundColour())) + print self.GetBackgroundColour() # mdc.SetBackground (wx.Brush((66,113,202))) mdc.Clear()