Possibly fixed layout bug after slicing on MacOS

master
Daid 2012-03-09 17:33:40 +01:00
parent 1a09b3502d
commit 5bb5c3640b
1 changed files with 1 additions and 0 deletions

View File

@ -87,6 +87,7 @@ class sliceProgessPanel(wx.Panel):
else:
self.statusText.SetLabel("Something went wrong during slicing!")
self.sizer.Layout()
self.Layout()
self.abort = True
def SetProgress(self, stepName, layer, maxLayer):