Fix background color for empty fitting view on Linux (and osx?)

This commit is contained in:
blitzmann
2014-09-13 00:14:30 -04:00
parent 72e272084e
commit 5fef07a552

View File

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