Fix property binding loop for height which was causing crashes when moving list items quickly up and down the list.

CURA-8688
This commit is contained in:
j.delarago 2022-03-02 10:26:09 +01:00
parent b2bed4efdd
commit 50ac2eacc4

View file

@ -116,7 +116,6 @@ UM.Dialog
RowLayout RowLayout
{ {
anchors.fill: parent anchors.fill: parent
height: childrenRect.height
UM.Label UM.Label
{ {