mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-16 01:45:56 +08:00
Fix setting the active extruder
Contributes to CURA-340
This commit is contained in:
parent
4a43b50b7a
commit
3a75e1fb79
@ -123,7 +123,7 @@ Column
|
|||||||
|
|
||||||
onClicked:
|
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;
|
base.currentExtruderIndex = index;
|
||||||
ExtruderManager.setActiveExtruderIndex(index);
|
ExtruderManager.setActiveExtruderIndex(index);
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user