From 6563cff246988e133d5ca72af9ea18ac08f4d595 Mon Sep 17 00:00:00 2001 From: Enrico Turri Date: Thu, 11 Oct 2018 10:56:25 +0200 Subject: [PATCH] New selections -> allow all three rotations for single instance selection --- src/slic3r/GUI/GLCanvas3D.cpp | 6 ------ 1 file changed, 6 deletions(-) diff --git a/src/slic3r/GUI/GLCanvas3D.cpp b/src/slic3r/GUI/GLCanvas3D.cpp index 50b5c8d4c8..a2067bbf3e 100644 --- a/src/slic3r/GUI/GLCanvas3D.cpp +++ b/src/slic3r/GUI/GLCanvas3D.cpp @@ -3235,13 +3235,7 @@ void GLCanvas3D::update_gizmos_data() #if ENABLE_EXTENDED_SELECTION bool enable_move_z = !m_selection.is_wipe_tower(); - bool enable_rotate_xy = m_selection.is_single_full_object() || m_selection.is_mixed(); - m_gizmos.enable_grabber(Gizmos::Move, 2, enable_move_z); - for (int i = 0; i < 2; ++i) - { - m_gizmos.enable_grabber(Gizmos::Rotate, i, enable_rotate_xy); - } if (m_selection.is_single_full_instance()) {