Misc Bits

-=-=-=-=-

-Added more missing icons to nodes.
-Added more 3D split view modes
-Fixed annoying script editor bug with keyboard focus
This commit is contained in:
Juan Linietsky 2014-10-09 00:06:51 -03:00
parent ee049d1913
commit 9142d6fc40
14 changed files with 79 additions and 960 deletions

View file

@ -1105,6 +1105,8 @@ void ScriptEditor::ensure_select_current() {
if (!ste)
return;
Ref<Script> script = ste->get_edited_script();
ste->get_text_edit()->grab_focus();
}
}