From 3af565b616ab52ac07755dcbd59c88b0d582e5ff Mon Sep 17 00:00:00 2001 From: ivan tkachenko Date: Fri, 16 Sep 2022 19:39:11 +0300 Subject: [PATCH] Amend "effects/private: Merge two state machines into one with substates" This commit amends 9897afa55f994d2d198f718967f766beb77d79b3. Changes were pushed to the wrong branch, so the MR got merged not in its final state. --- src/effects/private/qml/WindowHeapDelegate.qml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/src/effects/private/qml/WindowHeapDelegate.qml b/src/effects/private/qml/WindowHeapDelegate.qml index 0cd8671405..96b7fd930e 100644 --- a/src/effects/private/qml/WindowHeapDelegate.qml +++ b/src/effects/private/qml/WindowHeapDelegate.qml @@ -228,6 +228,13 @@ Item { ? (thumb.activeHidden ? 0 : effect.partialActivationFactor) : (thumb.activeHidden ? 1 - effect.partialActivationFactor : 1) } + PropertyChanges { + target: thumbSource + x: 0 + y: 0 + width: thumb.width + height: thumb.height + } PropertyChanges { target: icon opacity: effect.partialActivationFactor