From f7dc33c89b3b90a8cbc5999062519e58a5b8fa19 Mon Sep 17 00:00:00 2001
From: client_Wu Xijin <364452445@qq.com>
Date: 星期三, 26 九月 2018 19:33:05 +0800
Subject: [PATCH] 3335 修理窗口管理api
---
System/Chat/ChatTip.cs | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/System/Chat/ChatTip.cs b/System/Chat/ChatTip.cs
index 0cc5b43..b8288d1 100644
--- a/System/Chat/ChatTip.cs
+++ b/System/Chat/ChatTip.cs
@@ -145,7 +145,7 @@
private void OnChatClick()
{
- if (WindowCenter.Instance.CheckOpen<ChatWin>())
+ if (WindowCenter.Instance.IsOpen<ChatWin>())
{
return;
}
@@ -211,7 +211,7 @@
void OnChatDataClick(ChatData data)
{
- if (WindowCenter.Instance.CheckOpen<ChatWin>())
+ if (WindowCenter.Instance.IsOpen<ChatWin>())
{
return;
}
--
Gitblit v1.8.0