mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-11-02 20:52:20 -07:00
Removed last remnants of RecolorImage
This was still being used in the MaterialBrandsMenu and the SimpleButton Probably why the X es were missing from the info messages. CURA-9110 Contributes to CURA-8640
This commit is contained in:
parent
6f83927ec3
commit
cb9b5961c3
1 changed files with 1 additions and 1 deletions
|
|
@ -260,7 +260,7 @@ Cura.MenuItem
|
||||||
anchors.fill: parent
|
anchors.fill: parent
|
||||||
|
|
||||||
//Checkmark, if the material is selected.
|
//Checkmark, if the material is selected.
|
||||||
UM.RecolorImage
|
UM.ColorImage
|
||||||
{
|
{
|
||||||
id: checkmark
|
id: checkmark
|
||||||
visible: model.id === materialMenu.activeMaterialId
|
visible: model.id === materialMenu.activeMaterialId
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue