TogglePanel: removed custom background color

This commit is contained in:
HomeWorld
2010-09-05 21:58:50 +03:00
parent 099046c38f
commit 41d74f86f2

View File

@@ -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)