This onclick is already passed in where it is needed. It is being triggered unnecessarily when switching support extruder in recommended mode.

CURA-10233
This commit is contained in:
Joey de l'Arago 2023-02-08 13:42:30 +01:00
parent db800551aa
commit cd09717a64

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)
}
}