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

diff --git a/System/Rune/RuneModel.cs b/System/Rune/RuneModel.cs
index cbc5bbf..d44f451 100644
--- a/System/Rune/RuneModel.cs
+++ b/System/Rune/RuneModel.cs
@@ -1135,7 +1135,7 @@
         public event Action JumpToComposeEvent;
         public void JumpToRuneCompose()
         {
-            if (WindowCenter.Instance.CheckOpen<RunePanel>())
+            if (WindowCenter.Instance.IsOpen<RunePanel>())
             {
                 if (JumpToComposeEvent != null)
                 {

--
Gitblit v1.8.0