Remove unneeded binding

This binding wasn't needed to prevent a binding loop, but it did cause
the length to not be updated correctly sometimes

CURA-7589
This commit is contained in:
Jaime van Kessel 2020-08-14 10:00:33 +02:00
parent 1374c2faa9
commit ec48496790
No known key found for this signature in database
GPG key ID: 3710727397403C91

View file

@ -104,16 +104,6 @@ Popup
anchors.left: parent.left
anchors.right: parent.right
// We set it by means of a binding, since then we can use the when condition, which we need to
// prevent a binding loop.
Binding
{
target: parent
property: "height"
value: parent.childrenRect.height
when: parent.visibleChildren.length > 0
}
// Add the qualities that belong to the intent
Repeater
{