[multimedia/kdenlive/release/26.08] src/dialogs: fix: bug: hang when splash closed, and false crash alarm on restart
Jean-Baptiste Mardelle <[email protected]>
| Newsgroups | gmane.comp.kde.cvs |
|---|---|
| Message-ID | <[email protected]> |
Git commit 3d7bc015cbb86946befee851d445b64eda9e20ec by Jean-Baptiste Mardelle, on behalf of no name.
Committed on 18/08/2026 at 16:41.
Pushed by mardelle into branch 'release/26.08'.
fix: bug: hang when splash closed, and false crash alarm on restart
M +5 -0 src/dialogs/Splash.qml
https://invent.kde.org/multimedia/kdenlive/-/commit/3d7bc015cbb86946befee851d445b64eda9e20ec
diff --git a/src/dialogs/Splash.qml b/src/dialogs/Splash.qml
index 3433ef6188..b04e478c7d 100644
--- a/src/dialogs/Splash.qml
+++ b/src/dialogs/Splash.qml
@@ -61,6 +61,11 @@ Window {
width: splashContent.implicitWidth
height: splashContent.implicitHeight
+ onClosing: function(close) {
+ close.accepted = true
+ splash.closeApp()
+ }
+
function fade()
{
fadeAnimation.start()