mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-12 09:17:50 -06:00
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:
parent
1374c2faa9
commit
ec48496790
1 changed files with 0 additions and 10 deletions
|
@ -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
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue