Просмотр исходного кода

Fix NumericTextFieldWithUnit not validating text

CURA-9793
Joey de l'Arago 2 лет назад
Родитель
Сommit
f24e6b1961
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      resources/qml/MachineSettings/NumericTextFieldWithUnit.qml

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

@@ -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