From e514a9f4746940e549a21696bca010fdf6b879e3 Mon Sep 17 00:00:00 2001 From: Ghostkeeper Date: Mon, 14 Aug 2017 09:34:52 +0200 Subject: [PATCH] Fix some binding loops Contributes to issue CURA-4149. --- resources/qml/Sidebar.qml | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/resources/qml/Sidebar.qml b/resources/qml/Sidebar.qml index c8001a5efa..67e77864a2 100755 --- a/resources/qml/Sidebar.qml +++ b/resources/qml/Sidebar.qml @@ -414,16 +414,14 @@ Rectangle id: timeSpecsRow anchors.left: parent.left anchors.bottom: filamentSpecsRow.top - width: childrenRect.width - height: childrenRect.height UM.TooltipArea { id: timeSpecPerFeatureTooltipArea - width: childrenRect.width - height: childrenRect.height + width: timeSpec.width + height: timeSpec.height anchors.left: parent.left - anchors.verticalCenter: parent.verticalCenter + anchors.bottom: parent.bottom text: { var order = ["inset_0", "inset_x", "skin", "infill", "support_infill", "support_interface", "support", "travel", "retract", "none"]; @@ -475,7 +473,7 @@ Rectangle { id: lengthSpec anchors.left: parent.left - anchors.verticalCenter: parent.verticalCenter + anchors.bottom: parent.bottom font: UM.Theme.getFont("small") color: UM.Theme.getColor("text_subtext") text: