mirror of
https://github.com/MikaylaFischler/cc-mek-scada.git
synced 2024-08-30 18:22:34 +00:00
clear flow monitor on coordinator ui close
This commit is contained in:
parent
c243d064ef
commit
23ca5fb69e
@ -254,6 +254,11 @@ function renderer.close_ui()
|
|||||||
-- clear unit monitors
|
-- clear unit monitors
|
||||||
for _, monitor in ipairs(engine.monitors.unit_displays) do monitor.clear() end
|
for _, monitor in ipairs(engine.monitors.unit_displays) do monitor.clear() end
|
||||||
|
|
||||||
|
if not engine.disable_flow_view then
|
||||||
|
-- clear flow monitor
|
||||||
|
engine.monitors.flow.clear()
|
||||||
|
end
|
||||||
|
|
||||||
-- re-draw dmesg
|
-- re-draw dmesg
|
||||||
engine.dmesg_window.setVisible(true)
|
engine.dmesg_window.setVisible(true)
|
||||||
engine.dmesg_window.redraw()
|
engine.dmesg_window.redraw()
|
||||||
|
Loading…
Reference in New Issue
Block a user