From c13261cd150a33265fc97077719adb0de2043aed Mon Sep 17 00:00:00 2001 From: HomeWorld Date: Thu, 18 Nov 2010 15:20:07 +0200 Subject: [PATCH] Debug print , bk/sys color --- gui/chromeTabs.py | 1 + 1 file changed, 1 insertion(+) 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)))