don't switch to resource tab when switching to script tab

This commit is contained in:
Dana Olson 2014-08-22 12:38:24 -04:00
parent 89fa70706f
commit e641752911
1 changed files with 0 additions and 1 deletions

View File

@ -1102,7 +1102,6 @@ void ScriptEditor::ensure_select_current() {
if (!ste)
return;
Ref<Script> script = ste->get_edited_script();
editor->call("_resource_selected",script);
}
}