Browse Source

Fix NumericTextFieldWithUnit not validating text

CURA-9793
Joey de l'Arago 2 years ago
parent
commit
f24e6b1961
1 changed files with 1 additions and 1 deletions
  1. 1 1
      resources/qml/MachineSettings/NumericTextFieldWithUnit.qml

+ 1 - 1
resources/qml/MachineSettings/NumericTextFieldWithUnit.qml

@@ -59,7 +59,7 @@ UM.TooltipArea
     UM.SettingPropertyProvider
     {
         id: propertyProvider
-        watchedProperties: [ "value", "description" ]
+        watchedProperties: [ "value", "description", "validationState" ]
     }
 
     UM.Label