Make expandable component preferences load again. [CURA-6478]

This commit is contained in:
Remco Burema 2019-04-25 22:08:25 +02:00
parent c4265c1f67
commit ac67e1a3a9

View file

@ -320,11 +320,6 @@ Item
}
}
Component.onCompleted:
{
updateDragPosition();
}
// DO NOT MOVE UP IN THE CODE: This connection has to be here, after the definition of the content item.
// Apparently the order in which these are handled matters and so the height is correctly updated if this is here.
Connections