Fix setting the active extruder

Contributes to CURA-340
This commit is contained in:
Arjen Hiemstra 2016-06-09 15:12:37 +02:00
parent 4a43b50b7a
commit 3a75e1fb79

View File

@ -123,7 +123,7 @@ Column
onClicked:
{
extruderSelection.focus = true; //Changing focus applies the currently-being-typed values so it can change the displayed setting values.
focus = true; //Changing focus applies the currently-being-typed values so it can change the displayed setting values.
base.currentExtruderIndex = index;
ExtruderManager.setActiveExtruderIndex(index);
}