astrodatagui: fix exclusive plot options typo

This commit is contained in:
2024-03-19 10:29:21 +01:00
parent d5cf09dc0f
commit 966fb174a4
+3 -3
View File
@@ -217,9 +217,9 @@ class AstrodataGUI(QtWidgets.QMainWindow):
self.updateFlaredetectionWidgetFold() self.updateFlaredetectionWidgetFold()
case self.cbPlotPeriodogramEnable: case self.cbPlotPeriodogramEnable:
self.cbPlotFoldEnable.blockSignals(True) self.cbPlotFlattenPlotEnable.blockSignals(True)
self.cbPlotFoldEnable.setChecked(False) self.cbPlotFlattenPlotEnable.setChecked(False)
self.cbPlotFoldEnable.blockSignals(False) self.cbPlotFlattenPlotEnable.blockSignals(False)
self.cbPlotFoldEnable.blockSignals(True) self.cbPlotFoldEnable.blockSignals(True)
self.cbPlotFoldEnable.setChecked(False) self.cbPlotFoldEnable.setChecked(False)
self.cbPlotFoldEnable.blockSignals(False) self.cbPlotFoldEnable.blockSignals(False)