From 2b1596f348793dad35f8d65713d8bda8622050cb Mon Sep 17 00:00:00 2001 From: kossLAN Date: Sun, 8 Jun 2025 16:29:29 -0400 Subject: [PATCH] bar/popops: make popup window dissapear on menu close --- bar/popups/MenuWindow.qml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/bar/popups/MenuWindow.qml b/bar/popups/MenuWindow.qml index ba56fb0..0f5fa3f 100644 --- a/bar/popups/MenuWindow.qml +++ b/bar/popups/MenuWindow.qml @@ -111,6 +111,8 @@ PopupWindow { width: implicitWidth height: implicitHeight + onVisibleChanged: root.visible = visible + // needed to handle occurences where items are resized while open onImplicitWidthChanged: { if (root.isOpen && popupContent.data !== []) {