GUI: fix IGFD glitch when opening empty dir
This commit is contained in:
parent
caa2a71d39
commit
6f8cfa42ea
2 changed files with 35 additions and 7 deletions
1
extern/igfd/ImGuiFileDialog.h
vendored
1
extern/igfd/ImGuiFileDialog.h
vendored
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue