feat: 完善 Face 一级关系编辑和稳定性校验
This commit is contained in:
@@ -214,6 +214,9 @@ class StepEditorWindow(WindowCoreMixin, WindowStateMixin, WindowActionMixin, Inf
|
||||
self.edit_thread: QThread | None = None
|
||||
self.edit_worker: EditWorker | None = None
|
||||
self.pending_edit_context: dict[str, object] | None = None
|
||||
self.active_isolated_edit_process = None
|
||||
self.isolated_edit_cancel_requested = False
|
||||
self.close_after_edit_cancel = False
|
||||
self.scan_in_progress = False
|
||||
self.scan_thread: QThread | None = None
|
||||
self.scan_worker: ScanWorker | None = None
|
||||
|
||||
Reference in New Issue
Block a user