mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-16 03:07:53 -06:00
Fix change material diameter binding
CURA-6590
This commit is contained in:
parent
b36d040ba9
commit
3d410cceb9
1 changed files with 2 additions and 2 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue