修复UCD调用异常、保存结果按钮异常
This commit is contained in:
@@ -97,6 +97,12 @@ def hide_all_panels(self: "PQAutomationApp"):
|
||||
|
||||
self.current_panel = None
|
||||
|
||||
if hasattr(self, "_sync_save_button_state"):
|
||||
try:
|
||||
self._sync_save_button_state()
|
||||
except Exception:
|
||||
pass
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user