From a85d03d807bb7b5a36e251fb48e64be680ac4f2b Mon Sep 17 00:00:00 2001 From: Benjamin Nauck Date: Sun, 20 Oct 2024 18:40:19 +0200 Subject: [PATCH] Revert "Make sure splasher is stopped before showing dialog" This reverts commit 104a3b90b018dcc53785010d659c9c2039e757ae. --- src/Gui/Application.cpp | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/Gui/Application.cpp b/src/Gui/Application.cpp index db81ac6629..729f34f1d4 100644 --- a/src/Gui/Application.cpp +++ b/src/Gui/Application.cpp @@ -975,10 +975,6 @@ void Application::checkForRecomputes() { return; WaitCursor wc; wc.restoreCursor(); - - // Splasher is shown ontop of warnings on macOS so stop it before it's too late - getMainWindow()->stopSplasher(); - auto res = QMessageBox::warning(getMainWindow(), QObject::tr("Recomputation required"), QObject::tr("Some document(s) require recomputation for migration purposes. " "It is highly recommended to perform a recomputation before "