diff options
author | Juan Linietsky <reduzio@gmail.com> | 2014-09-17 09:57:34 -0300 |
---|---|---|
committer | Juan Linietsky <reduzio@gmail.com> | 2014-09-17 09:57:34 -0300 |
commit | 13f2abacd7946ebb87663f764bab2058efe2ebc4 (patch) | |
tree | b8133d3daeb675adb25039aa1c874398e1f192dd /tools/editor | |
parent | 7a610a5c2738751473a952fbe2b588b03f594613 (diff) | |
parent | e641752911b0aa75d5bcf156a664e626ffd2521c (diff) |
Merge pull request #639 from adolson/disable-auto-switch-resource-tab
Usability: don't switch to resource tab when switching to script tab
Diffstat (limited to 'tools/editor')
-rw-r--r-- | tools/editor/plugins/script_editor_plugin.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tools/editor/plugins/script_editor_plugin.cpp b/tools/editor/plugins/script_editor_plugin.cpp index 31ccc79d2a..209434440d 100644 --- a/tools/editor/plugins/script_editor_plugin.cpp +++ b/tools/editor/plugins/script_editor_plugin.cpp @@ -1102,7 +1102,6 @@ void ScriptEditor::ensure_select_current() { if (!ste) return; Ref<Script> script = ste->get_edited_script(); - editor->call("_resource_selected",script); } } |