From d76587c2db7a9a4a0856add445cf4427765faa28 Mon Sep 17 00:00:00 2001 From: 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com> Date: Sat, 7 Jun 2025 18:06:45 +1000 Subject: popouts: fix bottom glitch Fix flicker when popout hits bottom Also animate bottom rounding change --- modules/drawers/Backgrounds.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/drawers') diff --git a/modules/drawers/Backgrounds.qml b/modules/drawers/Backgrounds.qml index 2b08b7b..1840da1 100644 --- a/modules/drawers/Backgrounds.qml +++ b/modules/drawers/Backgrounds.qml @@ -58,7 +58,7 @@ Shape { BarPopouts.Background { wrapper: panels.popouts - invertBottomRounding: wrapper.y + wrapper.height >= root.height + invertBottomRounding: wrapper.y + wrapper.height + 1 >= root.height startX: 0 startY: wrapper.y - rounding -- cgit v1.2.3-freya