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 !== []) {