diff options
author | Dana Olson <dana@shineuponthee.com> | 2014-08-22 12:38:24 -0400 |
---|---|---|
committer | Dana Olson <dana@shineuponthee.com> | 2014-08-22 12:38:24 -0400 |
commit | e641752911b0aa75d5bcf156a664e626ffd2521c (patch) | |
tree | a504200824500c52ac151211d31828610972db92 /tools | |
parent | 89fa70706f9166765c3ac3f799225a467800f065 (diff) |
don't switch to resource tab when switching to script tab
Diffstat (limited to 'tools')
-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); } } |