diff --git a/src/FileBrowser.cpp b/src/FileBrowser.cpp index 5656e0c..5e47c8c 100644 --- a/src/FileBrowser.cpp +++ b/src/FileBrowser.cpp @@ -557,6 +557,7 @@ void FileBrowser::RefreshFolderEntries() f_closedir(&dir); strcpy(entry.filImage.fname, ".."); + entry.filImage.fattrib |= AM_DIR; entry.filIcon.fname[0] = 0; folder.entries.push_back(entry);