From 752b7db98c5da072f9f9c8033904a5251859253c Mon Sep 17 00:00:00 2001 From: Benjamin Nauck Date: Thu, 10 Oct 2024 21:18:16 +0200 Subject: [PATCH] Make sure splasher is stopped before showing dialog --- src/Gui/Application.cpp | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/Gui/Application.cpp b/src/Gui/Application.cpp index 6a1b2176a3..fd8a5fd4a7 100644 --- a/src/Gui/Application.cpp +++ b/src/Gui/Application.cpp @@ -968,6 +968,10 @@ 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 "