Browse Source

Connect text_submitted of built-in script name

kobewi 3 years ago
parent
commit
f315c9d0c6
1 changed files with 1 additions and 0 deletions
  1. 1 0
      editor/script_create_dialog.cpp

+ 1 - 0
editor/script_create_dialog.cpp

@@ -1038,6 +1038,7 @@ ScriptCreateDialog::ScriptCreateDialog() {
 
 
 	internal_name = memnew(LineEdit);
 	internal_name = memnew(LineEdit);
 	internal_name->set_h_size_flags(Control::SIZE_EXPAND_FILL);
 	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:")));
 	label = memnew(Label(TTR("Name:")));
 	gc->add_child(label);
 	gc->add_child(label);
 	gc->add_child(internal_name);
 	gc->add_child(internal_name);