astrodatagui: fix exclusive plot options typo
This commit is contained in:
@@ -217,9 +217,9 @@ class AstrodataGUI(QtWidgets.QMainWindow):
|
||||
self.updateFlaredetectionWidgetFold()
|
||||
|
||||
case self.cbPlotPeriodogramEnable:
|
||||
self.cbPlotFoldEnable.blockSignals(True)
|
||||
self.cbPlotFoldEnable.setChecked(False)
|
||||
self.cbPlotFoldEnable.blockSignals(False)
|
||||
self.cbPlotFlattenPlotEnable.blockSignals(True)
|
||||
self.cbPlotFlattenPlotEnable.setChecked(False)
|
||||
self.cbPlotFlattenPlotEnable.blockSignals(False)
|
||||
self.cbPlotFoldEnable.blockSignals(True)
|
||||
self.cbPlotFoldEnable.setChecked(False)
|
||||
self.cbPlotFoldEnable.blockSignals(False)
|
||||
|
||||
Reference in New Issue
Block a user