BUGFIX: 'Default' color not known to newer wxPython versions.

The statement was redundant anyway.
This commit is contained in:
Cas Cremers
2012-04-09 21:14:41 +02:00
parent d9eab0bc02
commit b6ab044cd6
2 changed files with 1 additions and 15 deletions

View File

@@ -242,7 +242,7 @@ class ResultWindow(wx.Frame):
):
wx.Frame.__init__(self,parentwindow,-1,title,pos,size,style)
self.SetBackgroundColour('Default')
Icon.ScytherIcon(self)
self.parent = parent