From 3dd61f4641d7159ed32c7e20807e4f60b7170b7c Mon Sep 17 00:00:00 2001 From: Yorusora <2023025086@m.scnu.edu.cn> Date: Sun, 8 Jun 2025 14:56:33 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E4=BA=86<=E5=91=BC=E5=90=B8?= =?UTF-8?q?=E5=8F=AF=E7=94=A8=E6=80=A7=E5=8F=8A=E9=97=B4=E6=9C=9F=E6=A0=87?= =?UTF-8?q?=E6=B3=A8>=E4=B8=AD=E6=97=A0=E6=B3=95=E9=87=8D=E7=BD=AE?= =?UTF-8?q?=E5=B0=BA=E5=BA=A6=E7=9A=84=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- func/Module_resp_quality_label.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/func/Module_resp_quality_label.py b/func/Module_resp_quality_label.py index f96b22b..88a62ba 100644 --- a/func/Module_resp_quality_label.py +++ b/func/Module_resp_quality_label.py @@ -1121,7 +1121,7 @@ class MainWindow_resp_quality_label(QMainWindow): Config["Filter"]["BandPassHigh"] = self.ui.doubleSpinBox_fillterMode_custom_high.value() def toggle_home(self): - if Config["CurrentPartNum"] is None: + if Config["CurrentPartNum"] is not None: self.ax1.autoscale(True) self.ax1.relim() self.ax1.autoscale_view()