mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-18 20:28:01 -06:00
Fix NumericTextFieldWithUnit not validating text
CURA-9793
This commit is contained in:
parent
73137a140a
commit
f24e6b1961
1 changed files with 1 additions and 1 deletions
|
@ -59,7 +59,7 @@ UM.TooltipArea
|
|||
UM.SettingPropertyProvider
|
||||
{
|
||||
id: propertyProvider
|
||||
watchedProperties: [ "value", "description" ]
|
||||
watchedProperties: [ "value", "description", "validationState" ]
|
||||
}
|
||||
|
||||
UM.Label
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue