chiark
/
gitweb
/
~ianmdlvl
/
cura.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1a09b35
)
Possibly fixed layout bug after slicing on MacOS
author
Daid
<daid303@gmail.com>
Fri, 9 Mar 2012 16:33:40 +0000
(17:33 +0100)
committer
Daid
<daid303@gmail.com>
Fri, 9 Mar 2012 16:33:40 +0000
(17:33 +0100)
SkeinPyPy_NewUI/newui/sliceProgessPanel.py
patch
|
blob
|
history
diff --git
a/SkeinPyPy_NewUI/newui/sliceProgessPanel.py
b/SkeinPyPy_NewUI/newui/sliceProgessPanel.py
index b7ba9ca30b4e0360f9d63fb1dd9c3d3b34ce4ca4..9506e152df2d85ef9883585f267f8276fe3a7219 100644
(file)
--- 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):