diff --git a/src/slic3r/GUI/GLCanvas3D.cpp b/src/slic3r/GUI/GLCanvas3D.cpp index deb55c986..07a189275 100644 --- a/src/slic3r/GUI/GLCanvas3D.cpp +++ b/src/slic3r/GUI/GLCanvas3D.cpp @@ -2073,6 +2073,7 @@ void GLCanvas3D::reload_scene(bool refresh_immediately, bool force_full_scene_re } m_gizmos.update_data(*this); + m_gizmos.refresh_on_off_state(m_selection); // Update the toolbar if (update_object_list)