Fix NumericTextFieldWithUnit not validating text

CURA-9793
This commit is contained in:
Joey de l'Arago 2022-12-01 17:09:41 +01:00
parent 73137a140a
commit f24e6b1961

View file

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