Make sure splasher is stopped before showing dialog

This commit is contained in:
Benjamin Nauck
2024-10-10 21:18:16 +02:00
committed by Chris Hennes
parent c3cd0831d4
commit 752b7db98c

View File

@@ -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 "