uncheck fits in data_table

This commit is contained in:
Dominik Demuth
2023-04-12 17:28:12 +02:00
parent bc034cf4f4
commit 0251dea563
2 changed files with 8 additions and 0 deletions

View File

@ -605,6 +605,7 @@ class UpperManagement(QtCore.QObject):
if not graph_id:
graph_id = ''
# TODO add flag that new window will not get focus, because it messes up the data_table in fitwindow
self.newData.emit(p_id_list, graph_id)
def save_fit_parameter(self, fname: str | pathlib.Path, fit_sets: list[str] = None):