From 966fb174a4fd0603022fedadfb9f034b3ab295b3 Mon Sep 17 00:00:00 2001 From: SGCMarkus Date: Tue, 19 Mar 2024 10:29:21 +0100 Subject: [PATCH] astrodatagui: fix exclusive plot options typo --- main/astrodatagui/AstrodataGUI.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/main/astrodatagui/AstrodataGUI.py b/main/astrodatagui/AstrodataGUI.py index 64bf247..50beb29 100644 --- a/main/astrodatagui/AstrodataGUI.py +++ b/main/astrodatagui/AstrodataGUI.py @@ -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)