Fix attempt for statspanel wrong background (on macs)
This commit is contained in:
@@ -47,6 +47,8 @@ class StatsPane(wx.Panel):
|
||||
standardFont.SetPointSize(8)
|
||||
self.SetFont(standardFont)
|
||||
|
||||
self.SetBackgroundColour(parent.GetBackgroundColour())
|
||||
|
||||
mainSizer = wx.BoxSizer(wx.VERTICAL)
|
||||
self.SetSizer(mainSizer)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user