소스 검색

Merge pull request #94162 from anniryynanen/sprite-frames-crash

Fix edited node being removed before editor plugin handles focus loss
Rémi Verschelde 1 년 전
부모
커밋
685413a948
1개의 변경된 파일0개의 추가작업 그리고 1개의 파일을 삭제
  1. 0 1
      editor/plugins/canvas_item_editor_plugin.cpp

+ 0 - 1
editor/plugins/canvas_item_editor_plugin.cpp

@@ -772,7 +772,6 @@ bool CanvasItemEditor::_select_click_on_item(CanvasItem *item, Point2 p_click_po
 			// Reselect
 			if (Engine::get_singleton()->is_editor_hint()) {
 				selected_from_canvas = true;
-				EditorNode::get_singleton()->edit_node(item);
 			}
 		}
 	}