GUI: fix IGFD glitch when opening empty dir

This commit is contained in:
tildearrow 2023-03-24 00:52:11 -05:00
parent caa2a71d39
commit 6f8cfa42ea
2 changed files with 35 additions and 7 deletions

View file

@ -875,6 +875,7 @@ namespace IGFD
#endif
SortingFieldEnum puSortingField = SortingFieldEnum::FIELD_FILENAME; // detail view sorting column
bool puShowDrives = false; // drives are shown (only on os windows)
bool fileListActuallyEmpty = false;
std::string puDLGpath; // base path set by user when OpenDialog/OpenModal was called
std::string puDLGDefaultFileName; // base default file path name set by user when OpenDialog/OpenModal was called