summaryrefslogtreecommitdiff
path: root/lib/extensions
diff options
context:
space:
mode:
authorMomo <reni@allenka.de>2018-08-22 19:24:53 +0200
committerMomo <reni@allenka.de>2018-08-22 19:24:53 +0200
commit505388a9c1f16f351e353061e0588543fd96c824 (patch)
treeb5411ee0a9e9cd7c94931456f53c0b017e5abbff /lib/extensions
parent6defc29587c763b1ee3cd4d0adb96e1c76bd13f4 (diff)
fix jumping timeline and remove symbols
Diffstat (limited to 'lib/extensions')
-rw-r--r--lib/extensions/params.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/extensions/params.py b/lib/extensions/params.py
index ce06cf2c..4b21d1dc 100644
--- a/lib/extensions/params.py
+++ b/lib/extensions/params.py
@@ -428,6 +428,9 @@ class SettingsFrame(wx.Frame):
if isinstance(child, wx.Slider):
child.Destroy()
self.simulate_window.set_slider()
+
+ self.simulate_window.Layout()
+ self.simulate_window.Refresh()
else:
params_rect = self.GetScreenRect()
simulator_pos = params_rect.GetTopRight()