From f1a45b6509c8c8b28cf79f096c3f8a7dc604ba6a Mon Sep 17 00:00:00 2001 From: ivan tkachenko Date: Tue, 26 Jul 2022 23:50:30 +0300 Subject: [PATCH] effects/private: Drop opacity binding inside WindowHeapDelegate This targetOpacity is nowhere to be found. This is a relic of past development. Currently code that needs to alter opacity based on drag state does so externally by setting opacity on a delegate as a whole. --- src/effects/private/qml/WindowHeapDelegate.qml | 1 - 1 file changed, 1 deletion(-) diff --git a/src/effects/private/qml/WindowHeapDelegate.qml b/src/effects/private/qml/WindowHeapDelegate.qml index 08bb494aea..7ad8264448 100644 --- a/src/effects/private/qml/WindowHeapDelegate.qml +++ b/src/effects/private/qml/WindowHeapDelegate.qml @@ -122,7 +122,6 @@ Item { thumb.activeDragHandler.centroid.position.y width: cell.width * thumb.targetScale height: cell.height * thumb.targetScale - opacity: thumb.activeDragHandler.targetOpacity } } ]