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()