From 5dbcec5126931b38a8ed4c595e1fc9438b5124b5 Mon Sep 17 00:00:00 2001 From: Lukas Matena Date: Fri, 10 May 2019 11:29:21 +0200 Subject: [PATCH] Turn off the SLA gizmo when switching to FFF printer profile --- src/slic3r/GUI/GLCanvas3D.cpp | 1 + 1 file changed, 1 insertion(+) 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)