From e73a6c387ef047e9a325937e67a4f4ef48659b92 Mon Sep 17 00:00:00 2001
From: client_linchunjie <461730578@qq.com>
Date: 星期五, 24 八月 2018 21:28:06 +0800
Subject: [PATCH] 1697 在法宝副本中,如果进行跳转,左侧法宝界面图标会消失或者重新飘
---
System/WindowBase/WindowCenter.cs | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diff --git a/System/WindowBase/WindowCenter.cs b/System/WindowBase/WindowCenter.cs
index 2923870..be8d403 100644
--- a/System/WindowBase/WindowCenter.cs
+++ b/System/WindowBase/WindowCenter.cs
@@ -13,7 +13,8 @@
public event Action<Window> jumpWindowCloseEvent;
List<string> closeAllIgnoreWindows = new List<string>() {
"MessageWin", "NewBieWin", "NewItemGetWin", "AttributePromoteShowWin" ,"DungeonBeginCoolDownWin","DungeonFightWin","StatusTipWin"
- ,"ScrollTipWin","MarqueeWin","ExperienceOpenWin","TrumpetWin","BattlePrepareCoolDownWin","DungeonGradeWin","BattleHintWin"
+ ,"ScrollTipWin","MarqueeWin","ExperienceOpenWin","TrumpetWin","BattlePrepareCoolDownWin","DungeonGradeWin","BattleHintWin",
+ "TreasureDungeonMissionHintWin",
};
UIRoot m_UIRoot;
--
Gitblit v1.8.0