From 058731abe42161f9385fcae7ee4cc50cdada7b92 Mon Sep 17 00:00:00 2001 From: HellAholic Date: Tue, 31 Oct 2023 13:14:54 +0100 Subject: [PATCH] Revert "[CURA-11102] qml warnings" --- UM/Qt/qml/UM/Menu.qml | 1 - 1 file changed, 1 deletion(-) diff --git a/UM/Qt/qml/UM/Menu.qml b/UM/Qt/qml/UM/Menu.qml index df45b6a4eb..30538cbcfa 100644 --- a/UM/Qt/qml/UM/Menu.qml +++ b/UM/Qt/qml/UM/Menu.qml @@ -23,7 +23,6 @@ Menu Component.onCompleted: handleVisibility() onShouldBeVisibleChanged: handleVisibility() - onAboutToShow: handleVisibility() // Automatically set the width to fit the widest MenuItem // Based on https://martin.rpdev.net/2018/03/13/qt-quick-controls-2-automatically-set-the-width-of-menus.html