diff --git a/src/slic3r/GUI/Gizmos/GLGizmoEmboss.cpp b/src/slic3r/GUI/Gizmos/GLGizmoEmboss.cpp index ada950018a..ab100f2ad4 100644 --- a/src/slic3r/GUI/Gizmos/GLGizmoEmboss.cpp +++ b/src/slic3r/GUI/Gizmos/GLGizmoEmboss.cpp @@ -3239,6 +3239,8 @@ void GLGizmoEmboss::draw_rotation() { std::string no_snapshot; m_parent.do_rotate(is_last_change? rotation_snapshot_name : no_snapshot); process(is_last_change); + } else if (is_last_change){ + m_parent.do_rotate(rotation_snapshot_name); } }