Skip to content

Commit

Permalink
Revert "Fixed an other QML binding loop warning"
Browse files Browse the repository at this point in the history
This reverts commit 43707f5.
  • Loading branch information
jellespijker committed Oct 10, 2023
1 parent 4462095 commit 466e703
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion UM/Qt/qml/UM/Menu.qml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ Menu
{
root.parent.visible = shouldBeVisible
root.parent.height = shouldBeVisible ? UM.Theme.getSize("menu").height : 0
root.width = shouldBeVisible ? setWidth() : 0
root.width = shouldBeVisible ? Qt.binding(setWidth) : 0
}
}

Expand Down

0 comments on commit 466e703

Please sign in to comment.