From 21a37c61e717908a25a017ce63d7d21b94e5f17a Mon Sep 17 00:00:00 2001
From: client_linchunjie <461730578@qq.com>
Date: 星期一, 17 九月 2018 15:09:16 +0800
Subject: [PATCH] Merge branch 'master' of http://192.168.0.87:10010/r/snxxz_scripts
---
System/MainInterfacePanel/FeatureNoticeModel.cs | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/System/MainInterfacePanel/FeatureNoticeModel.cs b/System/MainInterfacePanel/FeatureNoticeModel.cs
index e2d44ab..ddc66b6 100644
--- a/System/MainInterfacePanel/FeatureNoticeModel.cs
+++ b/System/MainInterfacePanel/FeatureNoticeModel.cs
@@ -255,6 +255,7 @@
var IsOpenFeatureNotice = WindowCenter.Instance.CheckOpen<FeatureNoticeWin>();
if (!IsOpenFeatureNotice)
{
+ WindowCenter.Instance.Close<MainInterfaceWin>();
WindowCenter.Instance.Open<FeatureNoticeWin>();
}
}
--
Gitblit v1.8.0