You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-06 12:20:30 +00:00
Revert "Fix "Attach Node Script" inherits popup type"
This reverts commit 227238b424.
This dialog is used to both open and create scripts, so it needs to have
the features of the save dialog.
This commit is contained in:
@@ -307,7 +307,7 @@ void ScriptCreateDialog::_browse_path(bool browse_parent) {
|
||||
|
||||
is_browsing_parent = browse_parent;
|
||||
|
||||
file_browse->set_mode(EditorFileDialog::MODE_OPEN_FILE);
|
||||
file_browse->set_mode(EditorFileDialog::MODE_SAVE_FILE);
|
||||
file_browse->set_disable_overwrite_warning(true);
|
||||
file_browse->clear_filters();
|
||||
List<String> extensions;
|
||||
|
||||
Reference in New Issue
Block a user