mirror of
https://github.com/godotengine/godot.git
synced 2025-12-08 06:09:55 +00:00
Make EditorFileDialog inherit FileDialog
This commit is contained in:
parent
f5918a9d35
commit
c1cc178a82
23 changed files with 253 additions and 3285 deletions
|
|
@ -459,7 +459,7 @@ void ScriptCreateDialog::_browse_path(bool browse_parent, bool p_save) {
|
|||
file_browse->set_title(TTR("Open Script"));
|
||||
}
|
||||
|
||||
file_browse->set_disable_overwrite_warning(true);
|
||||
file_browse->set_customization_flag_enabled(FileDialog::CUSTOMIZATION_OVERWRITE_WARNING, false);
|
||||
file_browse->clear_filters();
|
||||
List<String> extensions;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue