mirror of
https://github.com/godotengine/godot.git
synced 2026-02-07 19:32:36 +00:00
Merge pull request #114507 from KoBeWi/no_file_system_yes_crash
Fix folder crash in Project Manager
This commit is contained in:
@@ -99,6 +99,10 @@ void EditorFileDialog::_validate_property(PropertyInfo &p_property) const {
|
||||
}
|
||||
|
||||
void EditorFileDialog::_dir_contents_changed() {
|
||||
if (!EditorFileSystem::get_singleton()) {
|
||||
return;
|
||||
}
|
||||
|
||||
bool scan_required = false;
|
||||
switch (get_access()) {
|
||||
case FileDialog::ACCESS_RESOURCES: {
|
||||
|
||||
Reference in New Issue
Block a user