mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-07-25 11:44:27 +08:00
Fix change material diameter binding
CURA-6590
This commit is contained in:
parent
b36d040ba9
commit
3d410cceb9
@ -117,8 +117,8 @@ TabView
|
|||||||
|
|
||||||
onNo:
|
onNo:
|
||||||
{
|
{
|
||||||
properties.diameter = old_diameter_value;
|
base.properties.diameter = old_diameter_value;
|
||||||
diameterSpinBox.value = properties.diameter;
|
diameterSpinBox.value = Qt.binding(function() { return base.properties.diameter })
|
||||||
}
|
}
|
||||||
|
|
||||||
onRejected: no()
|
onRejected: no()
|
||||||
|
Loading…
x
Reference in New Issue
Block a user