浏览代码

Bring selected script in view of open scripts list

Resolves issue: #29721
Emmanuel Barroga 6 年之前
父节点
当前提交
fc568d9d5b
共有 1 个文件被更改,包括 2 次插入0 次删除
  1. 2 0
      editor/plugins/script_editor_plugin.cpp

+ 2 - 0
editor/plugins/script_editor_plugin.cpp

@@ -2056,6 +2056,8 @@ bool ScriptEditor::edit(const RES &p_resource, int p_line, int p_col, bool p_gra
 					se->goto_line(p_line - 1);
 				}
 			}
+			_update_script_names();
+			script_list->ensure_current_is_visible();
 			return true;
 		}
 	}