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/TipPanel.cs |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/System/MainInterfacePanel/TipPanel.cs b/System/MainInterfacePanel/TipPanel.cs
index 9ccc81f..d331ba2 100644
--- a/System/MainInterfacePanel/TipPanel.cs
+++ b/System/MainInterfacePanel/TipPanel.cs
@@ -62,7 +62,7 @@
         {
             yield return null;
             if (WindowCenter.Instance.IsOpen<MainInterfaceWin>() && !NewBieCenter.Instance.inGuiding
-                && !WindowCenter.Instance.ExitAnyFullScreenOrMaskWin() && !StageLoad.Instance.isLoading
+                && !WindowCenter.Instance.ExistAnyFullScreenOrMaskWin() && !StageLoad.Instance.isLoading
                 && !treasureModel.newGotShowing)
             {
                 IsOPenTip();
@@ -73,7 +73,7 @@
         {
             yield return WaitingForSecondConst.WaitMS500;
             if (WindowCenter.Instance.IsOpen<MainInterfaceWin>() && !NewBieCenter.Instance.inGuiding
-                && !WindowCenter.Instance.ExitAnyFullScreenOrMaskWin() && !StageLoad.Instance.isLoading
+                && !WindowCenter.Instance.ExistAnyFullScreenOrMaskWin() && !StageLoad.Instance.isLoading
                 && StageLoad.Instance.currentStage is DungeonStage && !treasureModel.newGotShowing)
             {
                 IsOPenTip();

--
Gitblit v1.8.0