Fix SDCARD_SORT_ALPHA on Ender 3 V2 (#20443)
This commit is contained in:
parent
9c9113e225
commit
087a6fea13
@ -1690,7 +1690,7 @@ inline void Draw_SDItem(const uint16_t item, int16_t row=-1) {
|
||||
return;
|
||||
}
|
||||
|
||||
card.getfilename_sorted(item - is_subdir);
|
||||
card.getfilename_sorted(SD_ORDER(item - is_subdir, card.get_num_Files()));
|
||||
char * const name = card.longest_filename();
|
||||
|
||||
#if ENABLED(SCROLL_LONG_FILENAMES)
|
||||
|
Loading…
Reference in New Issue
Block a user