Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/Ultimaker/Cura.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGhostkeeper <rubend@tutanota.com>2020-03-20 16:52:33 +0300
committerGhostkeeper <rubend@tutanota.com>2020-03-20 16:52:33 +0300
commit5cfe71e516005bf08d7048ee21f8e53f9ff161d9 (patch)
tree53c8b672a283fd798b7ee8ae6e96e3e7ba83307b /resources/qml/ActionPanel
parent3af91bfca72840ce598453a0c149d4c693485756 (diff)
Fix binding loop in action panel widget
This widget can't set its width to the width of its children, since its children anchor to its right-hand side which depends on the width. This fixes the following warning in the log: 2020-03-20 14:25:20,351 - WARNING - [MainThread] UM.Qt.QtApplication.__onQmlWarning [406]: file:///home/trin/Gedeeld/Projects/Cura/plugins/PrepareStage/PrepareMain.qml:16:5: QML ActionPanelWidget: Binding loop detected for property width Done during Turbo Testing and Tooling.
Diffstat (limited to 'resources/qml/ActionPanel')
-rw-r--r--resources/qml/ActionPanel/ActionPanelWidget.qml3
1 files changed, 1 insertions, 2 deletions
diff --git a/resources/qml/ActionPanel/ActionPanelWidget.qml b/resources/qml/ActionPanel/ActionPanelWidget.qml
index 6efa77518b..4d9a5eeb69 100644
--- a/resources/qml/ActionPanel/ActionPanelWidget.qml
+++ b/resources/qml/ActionPanel/ActionPanelWidget.qml
@@ -1,4 +1,4 @@
-// Copyright (c) 2019 Ultimaker B.V.
+// Copyright (c) 2020 Ultimaker B.V.
// Cura is released under the terms of the LGPLv3 or higher.
import QtQuick 2.7
@@ -15,7 +15,6 @@ import Cura 1.0 as Cura
Item
{
id: base
- width: childrenRect.width
height: childrenRect.height
visible: CuraApplication.platformActivity