From 41d74f86f21257b5f0cad402917f2804c09125e0 Mon Sep 17 00:00:00 2001 From: HomeWorld Date: Sun, 5 Sep 2010 21:58:50 +0300 Subject: [PATCH] TogglePanel: removed custom background color --- gui/pyfatogglepanel.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gui/pyfatogglepanel.py b/gui/pyfatogglepanel.py index 734e823e7..4845adba5 100644 --- a/gui/pyfatogglepanel.py +++ b/gui/pyfatogglepanel.py @@ -73,7 +73,7 @@ class TogglePanel ( wx.Panel ): self.contentPanel = wx.Panel(self) self.contentPanel.SetSizer(self.contentSizer) - self.SetBackgroundColour( wx.SystemSettings.GetColour( wx.SYS_COLOUR_3DLIGHT ) ) +# self.SetBackgroundColour( wx.SystemSettings.GetColour( wx.SYS_COLOUR_3DLIGHT ) ) self.mainSizer.Add( self.contentPanel, 1, wx.EXPAND, 5)