IGFD: finally fix sorting
This commit is contained in:
parent
599244e1bc
commit
2fe315e5d7
3 changed files with 8 additions and 9 deletions
2
extern/igfd/ImGuiFileDialog.h
vendored
2
extern/igfd/ImGuiFileDialog.h
vendored
|
|
@ -869,7 +869,7 @@ namespace IGFD
|
|||
std::string puHeaderFileDate; // detail view name of column date + time
|
||||
#ifdef USE_THUMBNAILS
|
||||
std::string puHeaderFileThumbnails; // detail view name of column thumbnails
|
||||
bool puSortingDirection[5] = { true, true, true, true, true }; // detail view // true => Descending, false => Ascending
|
||||
bool puSortingDirection[5]; // detail view // true => Descending, false => Ascending
|
||||
#else
|
||||
bool puSortingDirection[4]; // detail view // true => Descending, false => Ascending
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue