Commit 97f7cd71 authored by Guillaume Seguin's avatar Guillaume Seguin

Run update_monitor when reloading the UI

parent d815ff64
...@@ -300,6 +300,8 @@ class PronterWindow(MainWindow, pronsole.pronsole): ...@@ -300,6 +300,8 @@ class PronterWindow(MainWindow, pronsole.pronsole):
self.panel.Layout() self.panel.Layout()
if self.fgcode: if self.fgcode:
self.start_viz_thread() self.start_viz_thread()
if self.settings.monitor:
self.update_monitor()
self.ui_ready = True self.ui_ready = True
self.Thaw() self.Thaw()
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment