删去了<体动标注>的部分冗余代码

This commit is contained in:
Yorusora
2025-05-20 08:58:19 +08:00
parent ed2efe4792
commit adfdbf4201

View File

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