mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-25 07:33:57 -06:00
Fix setting values
This commit is contained in:
parent
8aa08944f2
commit
81c6ade445
1 changed files with 4 additions and 1 deletions
|
@ -603,7 +603,10 @@ Item
|
||||||
decimals: model.unit == "mm" ? 2 : 0
|
decimals: model.unit == "mm" ? 2 : 0
|
||||||
enabled: base.editingEnabled
|
enabled: base.editingEnabled
|
||||||
|
|
||||||
editingFinishedFunction: materialPropertyProvider.setPropertyValue("value", value)
|
editingFinishedFunction: function()
|
||||||
|
{
|
||||||
|
materialPropertyProvider.setPropertyValue("value", parseFloat(valueText.replace(",", ".")))
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
UM.ContainerPropertyProvider
|
UM.ContainerPropertyProvider
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue