forked from IPKM/nmreval
remove remnants of fitresult redesign; closes #68
This commit is contained in:
parent
681b49a22f
commit
a1ab6335c5
@ -153,7 +153,7 @@ class QFitResult(QtWidgets.QDialog, Ui_Dialog):
|
|||||||
def set_plot(self, idx: str):
|
def set_plot(self, idx: str):
|
||||||
if self.last_idx is not None:
|
if self.last_idx is not None:
|
||||||
self.graph_opts[self.last_idx] = (
|
self.graph_opts[self.last_idx] = (
|
||||||
self.fit_plot.getPlotItem().viewRange(),
|
self.fit_plot.viewRange(),
|
||||||
self.logx_box.isChecked(),
|
self.logx_box.isChecked(),
|
||||||
self.logy_box.isChecked(),
|
self.logy_box.isChecked(),
|
||||||
)
|
)
|
||||||
|
Loading…
Reference in New Issue
Block a user