From dd2ed79d518aa43616ace556501e987951234e10 Mon Sep 17 00:00:00 2001 From: Rene Evertz Date: Tue, 3 Dec 2024 15:40:14 +0100 Subject: [PATCH] Druckvorschau wird bei AutoUILock geschlossen --- BeWo/BeWoApp.xaml.cs | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/BeWo/BeWoApp.xaml.cs b/BeWo/BeWoApp.xaml.cs index dce9dc061..881bcfffe 100644 --- a/BeWo/BeWoApp.xaml.cs +++ b/BeWo/BeWoApp.xaml.cs @@ -1314,6 +1314,10 @@ namespace BeWo { abc.Close(); } + else if (abc.Title.IndexOf("Druckvorschau") >= 0) + { + abc.Close(); + } } MainControl.HideCurrentModalViewWindows();