mirror of
https://github.com/godotengine/godot.git
synced 2025-10-19 16:03:29 +00:00
-Do not ask about overwriting when opening a script in the wizard, but still show complaint about existing. Closes #4545
-Fixed a crash in EditorDirDialog
This commit is contained in:
parent
2ca331d959
commit
935a568444
3 changed files with 18 additions and 1 deletions
|
@ -184,7 +184,7 @@ void ScriptCreateDialog::_built_in_pressed() {
|
|||
|
||||
void ScriptCreateDialog::_browse_path() {
|
||||
|
||||
file_browse->set_mode(EditorFileDialog::MODE_SAVE_FILE);
|
||||
file_browse->set_mode(EditorFileDialog::MODE_OPEN_FILE);
|
||||
file_browse->clear_filters();
|
||||
List<String> extensions;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue