From ac67e1a3a976cd45e20ab402993375bb40e1e27c Mon Sep 17 00:00:00 2001 From: Remco Burema Date: Thu, 25 Apr 2019 22:08:25 +0200 Subject: [PATCH] Make expandable component preferences load again. [CURA-6478] --- resources/qml/ExpandableComponent.qml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/resources/qml/ExpandableComponent.qml b/resources/qml/ExpandableComponent.qml index 4bb1b51a83..d5c1736cd5 100644 --- a/resources/qml/ExpandableComponent.qml +++ b/resources/qml/ExpandableComponent.qml @@ -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