From 1e827584c553ca5da27776c3cfe05568742f7145 Mon Sep 17 00:00:00 2001 From: Lenheart <947330670@qq.com> Date: Mon, 1 Apr 2024 18:34:14 +0800 Subject: [PATCH] =?UTF-8?q?UI=E5=AE=8C=E6=88=90=20=E5=9B=9E=E5=AE=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- sqr/Tool/UiClassTool.nut | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sqr/Tool/UiClassTool.nut b/sqr/Tool/UiClassTool.nut index 1f39b71..baa07a0 100644 --- a/sqr/Tool/UiClassTool.nut +++ b/sqr/Tool/UiClassTool.nut @@ -402,7 +402,7 @@ function L_MouseCallBack(MouseState, MouseFlag, MousePos_X, MousePos_Y) { function L_OpenOldWindowCallBack(WindowIndex) { print(WindowIndex); //将新窗口渲染队列改为下层 - // if (WindowIndex != 170) getroottable().WindowsShowABFlag <- false; + if (WindowIndex != 170) getroottable().WindowsShowABFlag <- false; } //窗口逻辑入口