astrodatagui: fix exclusive plot options typo
This commit is contained in:
@@ -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)
|
||||||
|
|||||||
Reference in New Issue
Block a user