Fix folder crash in Project Manager
This commit is contained in:
parent
a8ebeb4dda
commit
2b855e73a4
1 changed files with 4 additions and 0 deletions
|
|
@ -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: {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue