diff --git a/src/slic3r/GUI/Gizmos/GLGizmosManager.cpp b/src/slic3r/GUI/Gizmos/GLGizmosManager.cpp index f553918654..90d6e6c6d8 100644 --- a/src/slic3r/GUI/Gizmos/GLGizmosManager.cpp +++ b/src/slic3r/GUI/Gizmos/GLGizmosManager.cpp @@ -629,7 +629,7 @@ bool GLGizmosManager::on_mouse(wxMouseEvent& evt, GLCanvas3D& canvas) case Scale: { // Apply new temporary scale factors - TransformationType transformation_type(TransformationType::World_Relative_Joint); + TransformationType transformation_type(TransformationType::Local_Relative_Joint); if (evt.AltDown()) transformation_type.set_independent(); selection.scale(get_scale(), transformation_type);