remove favorited dirs if original dir deleted

This commit is contained in:
Jason0214
2018-02-25 23:59:49 -08:00
parent 7568a45539
commit b11d1196c4
3 changed files with 47 additions and 24 deletions

View File

@ -1027,6 +1027,7 @@ void EditorFileDialog::invalidate() {
if (is_visible_in_tree()) {
update_file_list();
_update_favorites();
invalidated = false;
} else {
invalidated = true;