summaryrefslogtreecommitdiff
path: root/lib/extensions
diff options
context:
space:
mode:
authorMomo <reni@allenka.de>2018-08-23 12:48:41 +0200
committerMomo <reni@allenka.de>2018-08-23 12:48:41 +0200
commit56e153e87187a6bdad99faebc43253dfc40d4588 (patch)
treee90a2f4c8c675652cd6ef99a61dd6b9fbd86083a /lib/extensions
parent479cebb56dd704b256fe9e00c69752a9f08731dd (diff)
merge forward/backward/speed
Diffstat (limited to 'lib/extensions')
-rw-r--r--lib/extensions/params.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/extensions/params.py b/lib/extensions/params.py
index 4b21d1dc..a77c96f1 100644
--- a/lib/extensions/params.py
+++ b/lib/extensions/params.py
@@ -422,6 +422,7 @@ class SettingsFrame(wx.Frame):
if self.simulate_window:
self.simulate_window.stop()
self.simulate_window.load(stitch_plan=stitch_plan)
+ self.simulate_window.calculate_dimensions()
children = self.simulate_window.GetChildren()
for child in children: