From 5aa67770a2cfd9bcac21bb1172b13bd5ff860b6a Mon Sep 17 00:00:00 2001 From: casper Date: Mon, 31 Jan 2022 09:00:30 +0100 Subject: [PATCH] Add properties (with defaults) to the PrintSetupHeaderButton state-props Resolves 2 QML-warnings CURA-8684 --- resources/qml/PrintSetupHeaderButton.qml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/resources/qml/PrintSetupHeaderButton.qml b/resources/qml/PrintSetupHeaderButton.qml index 2a595aa06f..2583c6b84e 100644 --- a/resources/qml/PrintSetupHeaderButton.qml +++ b/resources/qml/PrintSetupHeaderButton.qml @@ -16,6 +16,9 @@ ToolButton property alias tooltip: tooltip.text + property bool valueError: false; + property bool valueWarning: false; + Cura.ToolTip { id: tooltip