Use new icon for "Block support overlap" models in the object menu

CURA-8205
This commit is contained in:
Kostas Karmas 2021-05-14 10:42:37 +02:00
parent b5a3bfbf50
commit 9d284d9c6f

View file

@ -173,7 +173,7 @@ Button
case "infill_mesh":
return UM.Theme.getIcon("MeshTypeIntersect");
case "anti_overhang_mesh":
return UM.Theme.getIcon("MeshTypeExclude");
return UM.Theme.getIcon("BlockSupportOverlaps");
}
return "";
}