Skip to content

Commit

Permalink
Commented the lines where we set the bk colour in statspane/pyfatoggl…
Browse files Browse the repository at this point in the history
…epanel
  • Loading branch information
hwdro committed Sep 16, 2010
1 parent dd582d8 commit 0ce9dd9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions gui/pyfatogglepanel.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,10 +37,10 @@ def __init__( self, parent ):
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

Expand Down
2 changes: 1 addition & 1 deletion gui/statsPane.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ def __init__(self, parent):
standardFont.SetPointSize(8)
self.SetFont(standardFont)

self.SetBackgroundColour(parent.GetBackgroundColour())
# self.SetBackgroundColour(parent.GetBackgroundColour())

mainSizer = wx.BoxSizer(wx.VERTICAL)
self.SetSizer(mainSizer)
Expand Down

0 comments on commit 0ce9dd9

Please sign in to comment.