Connect text_submitted of built-in script name
This commit is contained in:
parent
444c556c1a
commit
f315c9d0c6
1 changed files with 1 additions and 0 deletions
|
@ -1038,6 +1038,7 @@ ScriptCreateDialog::ScriptCreateDialog() {
|
|||
|
||||
internal_name = memnew(LineEdit);
|
||||
internal_name->set_h_size_flags(Control::SIZE_EXPAND_FILL);
|
||||
internal_name->connect("text_submitted", callable_mp(this, &ScriptCreateDialog::_path_submitted));
|
||||
label = memnew(Label(TTR("Name:")));
|
||||
gc->add_child(label);
|
||||
gc->add_child(internal_name);
|
||||
|
|
Loading…
Reference in a new issue