Disable the window icon till we find out why the MacOS crashes, and the windows version does not work.

master
daid 2012-04-03 10:44:53 +02:00
parent 870c4952fd
commit 7f27198e7b
3 changed files with 3 additions and 3 deletions

View File

@ -36,7 +36,7 @@ class mainWindow(configBase.configWindowBase):
super(mainWindow, self).__init__(title='Cura')
wx.EVT_CLOSE(self, self.OnClose)
self.SetIcon(icon.getMainIcon())
#self.SetIcon(icon.getMainIcon())
menubar = wx.MenuBar()
fileMenu = wx.Menu()

View File

@ -29,7 +29,7 @@ class printWindow(wx.Frame):
self.bufferLineCount = 4
self.sendCnt = 0
self.SetIcon(icon.getMainIcon())
#self.SetIcon(icon.getMainIcon())
self.SetSizer(wx.BoxSizer())
self.panel = wx.Panel(self)

View File

@ -20,7 +20,7 @@ class simpleModeWindow(configBase.configWindowBase):
super(simpleModeWindow, self).__init__(title='Cura - Simple mode')
wx.EVT_CLOSE(self, self.OnClose)
self.SetIcon(icon.getMainIcon())
#self.SetIcon(icon.getMainIcon())
menubar = wx.MenuBar()
fileMenu = wx.Menu()