diff --git a/src/slic3r/GUI/Gizmos/GLGizmoEmboss.cpp b/src/slic3r/GUI/Gizmos/GLGizmoEmboss.cpp index 2fd68cadd4..eeec7916f3 100644 --- a/src/slic3r/GUI/Gizmos/GLGizmoEmboss.cpp +++ b/src/slic3r/GUI/Gizmos/GLGizmoEmboss.cpp @@ -487,9 +487,6 @@ void GLGizmoEmboss::on_mouse_change_selection(const wxMouseEvent &mouse_event) if (m_volume->id() == volume->id()) return; - if (volume->is_the_only_one_part()) - return; // reselect to another text - // select volume without text configuration return close(); }