Merge pull request #639 from adolson/disable-auto-switch-resource-tab
Usability: don't switch to resource tab when switching to script tab
This commit is contained in:
commit
13f2abacd7
1 changed files with 0 additions and 1 deletions
|
@ -1102,7 +1102,6 @@ void ScriptEditor::ensure_select_current() {
|
||||||
if (!ste)
|
if (!ste)
|
||||||
return;
|
return;
|
||||||
Ref<Script> script = ste->get_edited_script();
|
Ref<Script> script = ste->get_edited_script();
|
||||||
editor->call("_resource_selected",script);
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue