mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-15 18:57:52 -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:
|
||||
{
|
||||
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…
Add table
Add a link
Reference in a new issue