Fix changing active extruder from per-object drop-down

Apparently this is the way you do it.

Contributes to issue CURA-340.
This commit is contained in:
Ghostkeeper 2016-06-09 19:05:52 +02:00
parent 9e86cd5c85
commit 598ff1e398
No known key found for this signature in database
GPG key ID: 701948C5954A7385

View file

@ -101,7 +101,7 @@ Item {
}
}
onActivated: UM.ActiveTool.properties.setValue("SelectedActiveExtruder", extruders_model.getItem(index).id);
onActivated: UM.ActiveTool.setProperty("SelectedActiveExtruder", extruders_model.getItem(index).id);
onModelChanged: updateCurrentIndex();
function updateCurrentIndex()