From 50ac2eacc43110c26f2f7169d712880edc486371 Mon Sep 17 00:00:00 2001 From: "j.delarago" Date: Wed, 2 Mar 2022 10:26:09 +0100 Subject: [PATCH] Fix property binding loop for height which was causing crashes when moving list items quickly up and down the list. CURA-8688 --- plugins/PostProcessingPlugin/PostProcessingPlugin.qml | 1 - 1 file changed, 1 deletion(-) diff --git a/plugins/PostProcessingPlugin/PostProcessingPlugin.qml b/plugins/PostProcessingPlugin/PostProcessingPlugin.qml index a095ccb352..9c59f9e879 100644 --- a/plugins/PostProcessingPlugin/PostProcessingPlugin.qml +++ b/plugins/PostProcessingPlugin/PostProcessingPlugin.qml @@ -116,7 +116,6 @@ UM.Dialog RowLayout { anchors.fill: parent - height: childrenRect.height UM.Label {