mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-11 22:09:04 +08:00
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:
parent
db800551aa
commit
cd09717a64
@ -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)
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user