You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-12 13:20:55 +00:00
Merge pull request #17059 from Jason0214/BugFix_favorite_updating
Editor: update favorite dirs when dir got deleted
This commit is contained in:
@@ -1027,6 +1027,7 @@ void EditorFileDialog::invalidate() {
|
||||
|
||||
if (is_visible_in_tree()) {
|
||||
update_file_list();
|
||||
_update_favorites();
|
||||
invalidated = false;
|
||||
} else {
|
||||
invalidated = true;
|
||||
|
||||
Reference in New Issue
Block a user