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();