Create built-in script properly

This commit is contained in:
volzhs 2018-12-16 18:31:43 +09:00
parent 814d6cad13
commit d072d5ed14

View file

@ -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();
}