From 5bb5c3640b426d56d29c56f8ab55b255293fc63e Mon Sep 17 00:00:00 2001 From: Daid Date: Fri, 9 Mar 2012 17:33:40 +0100 Subject: [PATCH] Possibly fixed layout bug after slicing on MacOS --- SkeinPyPy_NewUI/newui/sliceProgessPanel.py | 1 + 1 file changed, 1 insertion(+) diff --git a/SkeinPyPy_NewUI/newui/sliceProgessPanel.py b/SkeinPyPy_NewUI/newui/sliceProgessPanel.py index b7ba9ca3..9506e152 100644 --- a/SkeinPyPy_NewUI/newui/sliceProgessPanel.py +++ b/SkeinPyPy_NewUI/newui/sliceProgessPanel.py @@ -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): -- 2.30.2