删去了<体动标注>的部分冗余代码
This commit is contained in:
@ -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()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user