From 0d64f3383a817f1fb4f1256db9c46d4eaec088d5 Mon Sep 17 00:00:00 2001 From: Jaime van Kessel Date: Thu, 1 Jul 2021 10:08:53 +0200 Subject: [PATCH] Remove silly id from extruderIcon Whoops. That was a debug thingie. CURA-8011 --- resources/qml/ExtruderIcon.qml | 1 - 1 file changed, 1 deletion(-) diff --git a/resources/qml/ExtruderIcon.qml b/resources/qml/ExtruderIcon.qml index 2d21ed9e13..a4118228db 100644 --- a/resources/qml/ExtruderIcon.qml +++ b/resources/qml/ExtruderIcon.qml @@ -24,7 +24,6 @@ Item UM.RecolorImage { - id: blorp anchors.fill: parent source: UM.Theme.getIcon("ExtruderColor", "medium")