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