Browse Source

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

CURA-10233
Joey de l'Arago 2 years ago
parent
commit
cd09717a64
1 changed files with 0 additions and 6 deletions
  1. 0 6
      resources/qml/ExtruderButton.qml

+ 0 - 6
resources/qml/ExtruderButton.qml

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