"Color Correction"

This commit is contained in:
Ryan Holmes
2017-06-12 21:11:10 -04:00
parent 361f7fc5bb
commit 610f501608
16 changed files with 24 additions and 24 deletions

View File

@@ -13,7 +13,7 @@ class BlankPage(wx.Panel):
self.parent = parent
self.parent.Bind(EVT_NOTEBOOK_PAGE_CHANGED, self.pageChanged)
self.SetBackgroundColour(wx.SystemSettings_GetColour(wx.SYS_COLOUR_WINDOW))
self.SetBackgroundColour(wx.SystemSettings.GetColour(wx.SYS_COLOUR_WINDOW))
wx.PostEvent(self.mainFrame, GE.FitChanged(fitID=None))