From 3225a1965dd08a9dffeb2a148e55e3e150bc3d57 Mon Sep 17 00:00:00 2001 From: "zhimin.zeng" Date: Sun, 17 Sep 2023 22:20:21 +0800 Subject: [PATCH] FIX: Label wrapping is incorrect(Embeded depth) Jira: 3328 Change-Id: I637a485e62651c8ed6743dd3648089a78dff8467 --- src/slic3r/GUI/Gizmos/GLGizmoText.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/slic3r/GUI/Gizmos/GLGizmoText.cpp b/src/slic3r/GUI/Gizmos/GLGizmoText.cpp index 553b477b3..4039c8761 100644 --- a/src/slic3r/GUI/Gizmos/GLGizmoText.cpp +++ b/src/slic3r/GUI/Gizmos/GLGizmoText.cpp @@ -806,7 +806,7 @@ void GLGizmoText::on_render_input_window(float x, float y, float bottom_limit) m_need_update_text = true; ImGui::AlignTextToFramePadding(); - m_imgui->text(_L("Embeded\ndepth")); + m_imgui->text(_L("Embeded\r\ndepth")); ImGui::SameLine(caption_size); ImGui::PushItemWidth(list_width); old_value = m_embeded_depth;