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