From 54e74df57b53724a42bd3e81cc8c077c0a974ca6 Mon Sep 17 00:00:00 2001 From: ivan tkachenko Date: Thu, 28 Jul 2022 01:12:15 +0300 Subject: [PATCH] effects/private: Actually fade out minimized windows on exit This is most likely just an oversight/omission from the times when the component was actively developed. There are five states total, including one for realtime interactions; four others need to be transitioned to. --- src/effects/private/qml/WindowHeapDelegate.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/effects/private/qml/WindowHeapDelegate.qml b/src/effects/private/qml/WindowHeapDelegate.qml index 0e118765c8..31efcaeac5 100644 --- a/src/effects/private/qml/WindowHeapDelegate.qml +++ b/src/effects/private/qml/WindowHeapDelegate.qml @@ -269,7 +269,7 @@ Item { ] transitions: Transition { - to: "initial, active, active-hidden" + to: "initial, initial-minimized, active, active-hidden" enabled: thumb.windowHeap.animationEnabled NumberAnimation { duration: thumb.windowHeap.animationDuration