修复了<数据精对齐>中粗对齐虚线位置显示错误的问题

This commit is contained in:
2025-05-27 21:12:55 +08:00
parent fd184c6384
commit 29056a96f3

View File

@ -1547,6 +1547,7 @@ class Data:
self.BCG_early = False self.BCG_early = False
elif self.approximately_align_pos < 0: elif self.approximately_align_pos < 0:
self.BCG_early = True self.BCG_early = True
self.approximately_align_pos = - self.approximately_align_pos
else: else:
self.approximately_align_pos = 0 self.approximately_align_pos = 0
self.BCG_early = None self.BCG_early = None