Turn off the SLA gizmo when switching to FFF printer profile

This commit is contained in:
Lukas Matena 2019-05-10 11:29:21 +02:00
parent 39be95f0f6
commit 5dbcec5126

View File

@ -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)