Pārlūkot izejas kodu

Don't focus the selection after using Align Transform With View

It made minor adjustments difficult as the camera moved every time
Align Transform With View was used.

This closes #36738.

(cherry picked from commit a636631e3300a81b99b90b9d57090d9ca72b8e63)
Hugo Locurcio 5 gadi atpakaļ
vecāks
revīzija
cfd6bc7267
1 mainītis faili ar 0 papildinājumiem un 1 dzēšanām
  1. 0 1
      editor/plugins/spatial_editor_plugin.cpp

+ 0 - 1
editor/plugins/spatial_editor_plugin.cpp

@@ -2821,7 +2821,6 @@ void SpatialEditorViewport::_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: {