From 628795e89590ad0e0e6f35213c2a6c60b0f8ebf2 Mon Sep 17 00:00:00 2001
From: client_Wu Xijin <364452445@qq.com>
Date: 星期二, 12 二月 2019 11:54:53 +0800
Subject: [PATCH] 3335 窗口重构完整提交。

---
 System/MainInterfacePanel/LowSettingTip.cs |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/System/MainInterfacePanel/LowSettingTip.cs b/System/MainInterfacePanel/LowSettingTip.cs
index b5a3cf4..cb63308 100644
--- a/System/MainInterfacePanel/LowSettingTip.cs
+++ b/System/MainInterfacePanel/LowSettingTip.cs
@@ -158,7 +158,7 @@
         void RankingListButton()//鎺掕姒�
         {
             WindowCenter.Instance.Open<RankPanel>();
-            WindowCenter.Instance.CloseImmediately<MainInterfaceWin>();
+            WindowCenter.Instance.Close<MainInterfaceWin>();
         }
 
 

--
Gitblit v1.8.0