修复LocalDimming测试错误
This commit is contained in:
@@ -393,7 +393,7 @@ class PQAutomationApp(
|
||||
if not hasattr(self, "_set_custom_template_tab_visible"):
|
||||
return
|
||||
|
||||
# 客户模板结果 Tab 只属于 SDR Movie。
|
||||
# 客户模板结果 Tab 只属于 SDR Movie
|
||||
if test_type != "sdr_movie":
|
||||
self._set_custom_template_tab_visible(False)
|
||||
return
|
||||
@@ -416,14 +416,9 @@ class PQAutomationApp(
|
||||
|
||||
def change_test_type(self, test_type):
|
||||
"""切换测试类型"""
|
||||
# 切换测试类型时,自动隐藏日志面板和 Local Dimming 面板
|
||||
# 切换测试类型时,自动隐藏日志面板
|
||||
if self.current_panel in (
|
||||
"log",
|
||||
"local_dimming",
|
||||
"ai_image",
|
||||
"single_step",
|
||||
"pantone_baseline",
|
||||
"gamma_pattern",
|
||||
):
|
||||
self.hide_all_panels()
|
||||
self._save_cct_params_before_test_type_switch()
|
||||
|
||||
Reference in New Issue
Block a user