Merge pull request #24397 from volzhs/builtin-script
Create built-in script properly
This commit is contained in:
commit
169db6abdd
1 changed files with 2 additions and 0 deletions
|
@ -308,8 +308,10 @@ void ScriptCreateDialog::_built_in_pressed() {
|
|||
|
||||
if (internal->is_pressed()) {
|
||||
is_built_in = true;
|
||||
is_new_script_created = true;
|
||||
} else {
|
||||
is_built_in = false;
|
||||
_path_changed(file_path->get_text());
|
||||
}
|
||||
_update_dialog();
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue