From adfdbf420183e5493dea72bd62c1dd3d8b6a2643 Mon Sep 17 00:00:00 2001 From: Yorusora <2944763079@qq.com> Date: Tue, 20 May 2025 08:58:19 +0800 Subject: [PATCH] =?UTF-8?q?=E5=88=A0=E5=8E=BB=E4=BA=86<=E4=BD=93=E5=8A=A8?= =?UTF-8?q?=E6=A0=87=E6=B3=A8>=E7=9A=84=E9=83=A8=E5=88=86=E5=86=97?= =?UTF-8?q?=E4=BD=99=E4=BB=A3=E7=A0=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- func/Module_artifact_label.py | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/func/Module_artifact_label.py b/func/Module_artifact_label.py index ea52646..087d827 100644 --- a/func/Module_artifact_label.py +++ b/func/Module_artifact_label.py @@ -567,17 +567,6 @@ class MainWindow_artifact_label(QMainWindow): def __slot_btn_input__(self): PublicFunc.__disableAllButton__(self, ButtonState) - # 清空画框 - # if self.point_peak_original is not None: - # self.point_peak_original.remove() - # self.point_peak_original = None - # if self.point_peak_corrected is not None: - # self.point_peak_corrected.remove() - # self.point_peak_corrected = None - # if self.annotation_tableWidget is not None: - # self.annotation_tableWidget.remove() - # self.annotation_tableWidget = None - self.reset_axes() self.canvas.draw()