mirror of
https://github.com/godotengine/godot.git
synced 2025-10-31 21:51:22 +00:00
parent
a2992d5955
commit
6c27df8df6
9 changed files with 23 additions and 13 deletions
|
|
@ -234,7 +234,7 @@ void ShaderEditor::_tab_changed(int p_which) {
|
|||
|
||||
ShaderTextEditor *shader_editor = tab_container->get_tab_control(p_which)->cast_to<ShaderTextEditor>();
|
||||
|
||||
if (shader_editor)
|
||||
if (shader_editor && is_inside_tree())
|
||||
shader_editor->get_text_edit()->grab_focus();
|
||||
|
||||
ensure_select_current();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue