Merge pull request #64572 from KoBeWi/forsake_the_names
Clear built-in name field when creating new script
This commit is contained in:
commit
9876382df8
1 changed files with 1 additions and 0 deletions
|
@ -166,6 +166,7 @@ void ScriptCreateDialog::config(const String &p_base_name, const String &p_base_
|
|||
class_name->deselect();
|
||||
parent_name->set_text(p_base_name);
|
||||
parent_name->deselect();
|
||||
internal_name->set_text("");
|
||||
|
||||
if (!p_base_path.is_empty()) {
|
||||
initial_bp = p_base_path.get_basename();
|
||||
|
|
Loading…
Reference in a new issue