Do not set togglepanel header bk

This commit is contained in:
HomeWorld
2010-09-16 12:44:07 +03:00
parent e6e9164974
commit 7dbfa294bd

View File

@@ -52,7 +52,7 @@ class TogglePanel ( wx.Panel ):
self.headerPanel = wx.Panel(self)
self.headerPanel.SetBackgroundColour( self.bkColour)
# self.headerPanel.SetBackgroundColour( self.bkColour)
self.mainSizer.Add(self.headerPanel,0,wx.EXPAND | wx.TOP|wx.BOTTOM|wx.RIGHT, 1)