From 33afc2ca942f3722eaed6df6ffae1eb825d38473 Mon Sep 17 00:00:00 2001 From: Dominik Demuth Date: Wed, 12 Jul 2023 19:05:17 +0200 Subject: [PATCH] active graph is unchanged after pick position is applied; closes #89 --- src/gui_qt/main/management.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/gui_qt/main/management.py b/src/gui_qt/main/management.py index cfc0f26..8feb1cc 100644 --- a/src/gui_qt/main/management.py +++ b/src/gui_qt/main/management.py @@ -693,7 +693,7 @@ class UpperManagement(QtCore.QObject): key = self.add(Points(x=new_x_axis, y=_temp[:, i, 1], y_err=_temp[:, i, 2], name=label)) key_list.append(key) - self.newData.emit(key_list, gid) + self.newData[list, str, bool].emit(key_list, gid, True) @QtCore.pyqtSlot(list) def get_properties(self, sid: list) -> dict: