浏览代码

Merge pull request #21831 from JFonS/fix_13849

Fix selection of spatial nodes after selecting a non-spatial one.
Rémi Verschelde 7 年之前
父节点
当前提交
04eb6046c5
共有 1 个文件被更改,包括 2 次插入0 次删除
  1. 2 0
      editor/editor_node.cpp

+ 2 - 0
editor/editor_node.cpp

@@ -1548,6 +1548,8 @@ void EditorNode::_edit_current() {
 
 				editor_plugin_screen->edit(current_obj);
 			}
+		} else {
+			editor_plugin_screen->edit(current_obj);
 		}
 
 		Vector<EditorPlugin *> sub_plugins = editor_data.get_subeditors(current_obj);