mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-11-02 20:52:20 -07:00
Fixed broken perobject setting panel
CURA-1725
This commit is contained in:
parent
004a000d51
commit
1bab4032fd
1 changed files with 5 additions and 1 deletions
|
|
@ -102,7 +102,11 @@ SettingItem
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
onActivated: { forceActiveFocus(); provider.setPropertyValue("value", extruders_model.getItem(index).index) };
|
onActivated:
|
||||||
|
{
|
||||||
|
forceActiveFocus();
|
||||||
|
provider.setPropertyValue("value", extruders_model.getItem(index).index)
|
||||||
|
}
|
||||||
onModelChanged: updateCurrentIndex();
|
onModelChanged: updateCurrentIndex();
|
||||||
|
|
||||||
Connections
|
Connections
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue