修复UCD调用异常、保存结果按钮异常
This commit is contained in:
@@ -722,7 +722,7 @@ class PQDebugPanel:
|
||||
test_item: gamma / eotf / accuracy / rgb
|
||||
"""
|
||||
# 检查设备连接
|
||||
if not self.app.ca or not self.app.ucd:
|
||||
if not self.app.ca or not self.app.is_ucd_connected:
|
||||
messagebox.showerror("错误", "请先连接设备")
|
||||
return
|
||||
|
||||
|
||||
Reference in New Issue
Block a user