Fix background color of auxiliary windows on Windows

This commit is contained in:
DarkPhoenix
2019-08-20 18:29:29 +03:00
parent 847f4e343e
commit 4ca737281d
4 changed files with 2 additions and 9 deletions

View File

@@ -80,9 +80,6 @@ class ErrorFrame(AuxiliaryFrame):
self.SetSizeHints(wx.DefaultSize, wx.DefaultSize)
if 'wxMSW' in wx.PlatformInfo:
self.SetBackgroundColour(wx.SystemSettings.GetColour(wx.SYS_COLOUR_BTNFACE))
mainSizer = wx.BoxSizer(wx.VERTICAL)
headSizer = wx.BoxSizer(wx.HORIZONTAL)