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 "