mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-07-24 20:54:26 +08: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
@ -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…
x
Reference in New Issue
Block a user