Split out value panel on settings gui as seperate class. Prerequisite for adding scroll bar.

This commit is contained in:
Jamie Cash
2021-02-22 12:32:39 +00:00
parent 862a55d649
commit 6ba28f5a30
4 changed files with 141 additions and 79 deletions
-2
View File
@@ -277,8 +277,6 @@ class MonitorFrame(wx.Frame):
res = settings_dialog.ShowModal()
if res == wx.ID_OK:
# Reload relevant parts of app
# TODO: Reload relevant parts of app once settings have changed. Stop and restart monitoring,
# reload logger, filter data, refresh data window.
restart_monitor_timer = False
restart_gui_timer = False
reload_correlations = False