优化UI加载速度
This commit is contained in:
@@ -148,7 +148,7 @@ _GENERATORS = {
|
||||
|
||||
def create_gamma_pattern_panel(self: "PQAutomationApp"):
|
||||
"""创建灰阶 Pattern 配置面板。"""
|
||||
frame = ttk.Frame(self.content_frame)
|
||||
frame = ttk.Frame(self.view_stack)
|
||||
self.gamma_pattern_frame = frame
|
||||
self.gamma_pattern_visible = False
|
||||
|
||||
|
||||
Reference in New Issue
Block a user