修复了<数据精对齐>中相关对齐步骤选取峰值后点击重新选取却未能重置选取的峰值的问题

This commit is contained in:
Yorusora
2025-06-10 22:07:22 +08:00
parent 15bccb2da1
commit 34e52e25aa
2 changed files with 3 additions and 2 deletions

View File

@ -530,8 +530,6 @@ class MainWindow_SA_label(QMainWindow):
return Result().failure(info=Constants.DRAW_FAILURE + "\n" + format_exc())
return Result().success(info=Constants.DRAW_FINISHED)
def update_UI_Args(self):
try:
if self.data is not None and self.data.df_corrected is not None: