Skip to content

Commit

Permalink
Merge pull request #921 from Ultimaker/CURA-11102_qml_warnings
Browse files Browse the repository at this point in the history
[CURA-11102] qml warnings
  • Loading branch information
casperlamboo authored Oct 30, 2023
2 parents 69dcab2 + ba59468 commit 18ad24f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions UM/Qt/qml/UM/Menu.qml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ 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
Expand Down

0 comments on commit 18ad24f

Please sign in to comment.