Druckvorschau wird bei AutoUILock geschlossen

This commit is contained in:
2024-12-03 15:40:14 +01:00
parent 5e79d03c7c
commit dd2ed79d51

View File

@@ -1314,6 +1314,10 @@ namespace BeWo
{
abc.Close();
}
else if (abc.Title.IndexOf("Druckvorschau") >= 0)
{
abc.Close();
}
}
MainControl.HideCurrentModalViewWindows();