summaryrefslogtreecommitdiff
path: root/lib/extensions
diff options
context:
space:
mode:
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()