IGFD: finally fix sorting
This commit is contained in:
parent
599244e1bc
commit
2fe315e5d7
3 changed files with 8 additions and 9 deletions
6
extern/igfd/ImGuiFileDialogConfig.h
vendored
6
extern/igfd/ImGuiFileDialogConfig.h
vendored
|
|
@ -80,9 +80,9 @@
|
|||
//#define DateTimeFormat "%Y/%m/%d %i:%M%p"
|
||||
|
||||
// theses icons will appear in table headers
|
||||
//#define USE_CUSTOM_SORTING_ICON
|
||||
//#define tableHeaderAscendingIcon "A|"
|
||||
//#define tableHeaderDescendingIcon "D|"
|
||||
#define USE_CUSTOM_SORTING_ICON
|
||||
#define tableHeaderAscendingIcon ICON_FA_CHEVRON_UP " "
|
||||
#define tableHeaderDescendingIcon ICON_FA_CHEVRON_DOWN " "
|
||||
//#define tableHeaderFileNameString " File name"
|
||||
//#define tableHeaderFileTypeString " Type"
|
||||
//#define tableHeaderFileSizeString " Size"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue