From 9b9f329a71e7783fed555bd9911418e4653bbace Mon Sep 17 00:00:00 2001
From: client_Wu Xijin <364452445@qq.com>
Date: 星期六, 02 二月 2019 11:26:46 +0800
Subject: [PATCH] 3335 重构窗口管理
---
System/MainInterfacePanel/ChatFrame.cs | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/System/MainInterfacePanel/ChatFrame.cs b/System/MainInterfacePanel/ChatFrame.cs
index d1f5696..a451eb3 100644
--- a/System/MainInterfacePanel/ChatFrame.cs
+++ b/System/MainInterfacePanel/ChatFrame.cs
@@ -304,7 +304,7 @@
AutoImg.SetActive(true);
if (WindowCenter.Instance.IsOpen<ExperienceOpenWin>())
{
- WindowCenter.Instance.CloseImmediately<ExperienceOpenWin>();
+ WindowCenter.Instance.Close<ExperienceOpenWin>();
}
}
@@ -315,7 +315,7 @@
//MainRedDot.Instance.redPointFriendChat.state = RedPointState.None;
//ChatCtrl.Inst.presentChatType = ChatInfoType.Friend;
//WindowCenter.Instance.Open<ChatWin>();
- WindowCenter.Instance.CloseImmediately<MainInterfaceWin>();
+ WindowCenter.Instance.Close<MainInterfaceWin>();
WindowCenter.Instance.Open<SocialWin>();
}
@@ -442,7 +442,7 @@
{
if (WindowCenter.Instance.IsOpen<ExperienceOpenWin>())
{
- WindowCenter.Instance.CloseImmediately<ExperienceOpenWin>();
+ WindowCenter.Instance.Close<ExperienceOpenWin>();
}
_hero.Behaviour.StopHandupAI(true);
--
Gitblit v1.8.0