TogglePanel: more tweaks git push (colour stuff)

This commit is contained in:
HomeWorld
2010-09-05 22:17:18 +03:00
parent 04f9d89bee
commit 4318fb0946

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( self.parent.GetBackgroundColour() )
self.mainSizer.Add( self.contentPanel, 1, wx.EXPAND, 5)