From 041b77f011062b5bab5216cf1b9e650e8e3e188d Mon Sep 17 00:00:00 2001
From: client_Wu Xijin <364452445@qq.com>
Date: 星期二, 12 二月 2019 11:53:06 +0800
Subject: [PATCH] 3335 重构窗口管理
---
System/WindowBase/WindowCenter.cs | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/System/WindowBase/WindowCenter.cs b/System/WindowBase/WindowCenter.cs
index 06d42d1..22be9e0 100644
--- a/System/WindowBase/WindowCenter.cs
+++ b/System/WindowBase/WindowCenter.cs
@@ -267,7 +267,7 @@
continue;
}
- var isIgnore = WindowConfig.Get().IsChildWindow(name);
+ var isIgnore = closeAllIgnoreWindows.Contains(name) || WindowConfig.Get().IsChildWindow(name);
if (isIgnore)
{
continue;
--
Gitblit v1.8.0