Skip to content

Commit 4bca2d8

Browse files
committed
Merge pull request godotengine#91113 from KoBeWi/acceptator
Register text enter for script base class
2 parents f4a1c39 + d68ab7c commit 4bca2d8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

editor/script_create_dialog.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -883,6 +883,7 @@ ScriptCreateDialog::ScriptCreateDialog() {
883883
parent_name->connect("text_changed", callable_mp(this, &ScriptCreateDialog::_parent_name_changed));
884884
parent_name->set_h_size_flags(Control::SIZE_EXPAND_FILL);
885885
hb->add_child(parent_name);
886+
register_text_enter(parent_name);
886887
parent_search_button = memnew(Button);
887888
parent_search_button->connect("pressed", callable_mp(this, &ScriptCreateDialog::_browse_class_in_tree));
888889
hb->add_child(parent_search_button);

0 commit comments

Comments
 (0)