mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-19 04:37:51 -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
|
UM.SettingPropertyProvider
|
||||||
{
|
{
|
||||||
id: propertyProvider
|
id: propertyProvider
|
||||||
watchedProperties: [ "value", "description" ]
|
watchedProperties: [ "value", "description", "validationState" ]
|
||||||
}
|
}
|
||||||
|
|
||||||
UM.Label
|
UM.Label
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue