From 117485c5626b45028565e4404f324d3b3f718152 Mon Sep 17 00:00:00 2001 From: David Kocik Date: Thu, 12 Aug 2021 15:29:14 +0200 Subject: [PATCH] Notifications: MMU segmentation icon --- src/slic3r/GUI/ImGuiWrapper.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/slic3r/GUI/ImGuiWrapper.cpp b/src/slic3r/GUI/ImGuiWrapper.cpp index 01b014441..fa9845c5d 100644 --- a/src/slic3r/GUI/ImGuiWrapper.cpp +++ b/src/slic3r/GUI/ImGuiWrapper.cpp @@ -61,7 +61,7 @@ static const std::map font_icons_large = { {ImGui::SinkingObjectMarker , "move" }, {ImGui::CustomSupportsMarker , "fdm_supports" }, {ImGui::CustomSeamMarker , "seam" }, - {ImGui::MmuSegmentationMarker , "fdm_supports" }, + {ImGui::MmuSegmentationMarker , "mmu_segmentation" }, {ImGui::VarLayerHeightMarker , "layers" }, {ImGui::DocumentationButton , "notification_documentation" }, {ImGui::DocumentationHoverButton, "notification_documentation_hover"},