Merge pull request #14512 from Ultimaker/CURA-10233_switching_support_extruder_switches_model_extruder

[CURA-10233] switching support extruder switches model extruder
This commit is contained in:
Jelle Spijker 2023-02-08 14:21:07 +01:00 committed by GitHub
commit 4eb50f51a8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -22,10 +22,4 @@ UM.ToolbarButton
font: extruderNumberFont
property int index: extruder.index
}
onClicked:
{
forceActiveFocus() //First grab focus, so all the text fields are updated
CuraActions.setExtruderForSelection(extruder.id)
}
}