From f24e6b19610855f8f42eb75c75ab6d20b685e678 Mon Sep 17 00:00:00 2001 From: Joey de l'Arago Date: Thu, 1 Dec 2022 17:09:41 +0100 Subject: [PATCH] Fix NumericTextFieldWithUnit not validating text CURA-9793 --- resources/qml/MachineSettings/NumericTextFieldWithUnit.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/qml/MachineSettings/NumericTextFieldWithUnit.qml b/resources/qml/MachineSettings/NumericTextFieldWithUnit.qml index 2484adb912..64beeb9834 100644 --- a/resources/qml/MachineSettings/NumericTextFieldWithUnit.qml +++ b/resources/qml/MachineSettings/NumericTextFieldWithUnit.qml @@ -59,7 +59,7 @@ UM.TooltipArea UM.SettingPropertyProvider { id: propertyProvider - watchedProperties: [ "value", "description" ] + watchedProperties: [ "value", "description", "validationState" ] } UM.Label