active graph is unchanged after pick position is applied; closes #89
This commit is contained in:
parent
ac039c1b6d
commit
33afc2ca94
@ -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 = self.add(Points(x=new_x_axis, y=_temp[:, i, 1], y_err=_temp[:, i, 2], name=label))
|
||||||
key_list.append(key)
|
key_list.append(key)
|
||||||
|
|
||||||
self.newData.emit(key_list, gid)
|
self.newData[list, str, bool].emit(key_list, gid, True)
|
||||||
|
|
||||||
@QtCore.pyqtSlot(list)
|
@QtCore.pyqtSlot(list)
|
||||||
def get_properties(self, sid: list) -> dict:
|
def get_properties(self, sid: list) -> dict:
|
||||||
|
Loading…
Reference in New Issue
Block a user