2
0
Fork 0

Merge pull request #38325 from Calinou/editor-no-focus-on-align-with-view

Don't focus the selection after using Align Transform With View
4.0
Rémi Verschelde 2020-04-30 10:03:29 +07:00 committed by GitHub
commit bd8d5e1b65
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 1 deletions

@ -2878,7 +2878,6 @@ void Node3DEditorViewport::_menu_option(int p_option) {
undo_redo->add_undo_method(sp, "set_global_transform", sp->get_global_gizmo_transform());
}
undo_redo->commit_action();
focus_selection();
} break;
case VIEW_ALIGN_ROTATION_WITH_VIEW: {