From 32e2d96e559b7dfc9ec34a70c451ea5d673744b9 Mon Sep 17 00:00:00 2001 From: purian23 Date: Tue, 7 Jul 2026 10:01:05 -0400 Subject: [PATCH] fix(popout): reintroduce texture sizing during animation to prevent content shift --- quickshell/Widgets/DankPopoutStandalone.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/quickshell/Widgets/DankPopoutStandalone.qml b/quickshell/Widgets/DankPopoutStandalone.qml index 644645e5a..919101df4 100644 --- a/quickshell/Widgets/DankPopoutStandalone.qml +++ b/quickshell/Widgets/DankPopoutStandalone.qml @@ -847,7 +847,7 @@ Item { x: Theme.snap(contentContainer.animX + (rollOutAdjuster.baseWidth - width) * (1 - contentContainer.scaleValue) * 0.5, root.dpr) y: Theme.snap(contentContainer.animY + (rollOutAdjuster.baseHeight - height) * (1 - contentContainer.scaleValue) * 0.5, root.dpr) - layer.enabled: !Theme.isDirectionalEffect && publishedOpacity < 1 + layer.enabled: !Theme.isDirectionalEffect && _renderActive layer.smooth: false layer.textureSize: Qt.size(0, 0)