Remove the NoIntentIcon

CURA-8623
This commit is contained in:
Jaime van Kessel 2022-06-13 13:33:39 +02:00
parent 525f96db98
commit 363d828634
3 changed files with 0 additions and 63 deletions

View file

@ -178,22 +178,7 @@ Item
intentTooltipTimer.stop()
}
}
NoIntentIcon // This icon has hover priority over intentDescriptionHoverArea, so draw it above it.
{
affected_extruders: Cura.MachineManager.extruderPositionsWithNonActiveIntent
intent_type: model.name
anchors.right: intentCategoryLabel.right
anchors.rightMargin: UM.Theme.getSize("narrow_margin").width
width: intentCategoryLabel.height * 0.75
anchors.verticalCenter: parent.verticalCenter
height: width
visible: Cura.MachineManager.activeIntentCategory == model.intent_category && affected_extruders.length
}
}
}
}
}