remove remnants of fitresult redesign; closes #68

This commit is contained in:
Dominik Demuth 2023-05-19 13:25:56 +02:00
parent 681b49a22f
commit a1ab6335c5

View File

@ -153,7 +153,7 @@ class QFitResult(QtWidgets.QDialog, Ui_Dialog):
def set_plot(self, idx: str):
if self.last_idx is not None:
self.graph_opts[self.last_idx] = (
self.fit_plot.getPlotItem().viewRange(),
self.fit_plot.viewRange(),
self.logx_box.isChecked(),
self.logy_box.isChecked(),
)