Commented the lines where we set the bk colour in statspane/pyfatogglepanel
This commit is contained in:
@@ -37,10 +37,10 @@ class TogglePanel ( wx.Panel ):
|
||||
self._toggle = 1
|
||||
self.parent = parent
|
||||
|
||||
self.bkColour = parent.GetBackgroundColour()
|
||||
# self.bkColour = parent.GetBackgroundColour()
|
||||
|
||||
# Odd stuff :S
|
||||
self.SetBackgroundColour( self.bkColour )
|
||||
# self.SetBackgroundColour( self.bkColour )
|
||||
|
||||
# Create the main sizer of this panel
|
||||
|
||||
|
||||
Reference in New Issue
Block a user