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

diff --git a/System/Chat/ChatSendComponent.cs b/System/Chat/ChatSendComponent.cs
index 892bbbc..bb5eaeb 100644
--- a/System/Chat/ChatSendComponent.cs
+++ b/System/Chat/ChatSendComponent.cs
@@ -214,7 +214,7 @@
 
         private void OnExtent()
         {
-            if (!WindowCenter.Instance.CheckOpen<ChatExtentWin>())
+            if (!WindowCenter.Instance.IsOpen<ChatExtentWin>())
             {
                 WindowCenter.Instance.Open<ChatExtentWin>(true);
                 if (parent != null)

--
Gitblit v1.8.0