Skip to content

Commit

Permalink
other
Browse files Browse the repository at this point in the history
  • Loading branch information
thinkyhead committed Sep 16, 2020
1 parent 08d4bdd commit 6845bd2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Marlin/src/lcd/dwin/e3v2/dwin.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2013,7 +2013,7 @@ void HMI_SelectFile(void) {
if (select_file.inc(fullCnt)) {
const uint8_t itemnum = select_file.now - 1; // -1 for "Back"
if (TERN0(SCROLL_LONG_FILENAMES, shift_ms)) { // If line was shifted
Erase_Menu_Text(select_file.now - 1 + MROWS - index_file); // Erase and
Erase_Menu_Text(itemnum + MROWS - index_file); // Erase and
Draw_SDItem(itemnum - 1); // redraw
}
if (select_file.now > MROWS && select_file.now > index_file) { // Cursor past the bottom
Expand Down

0 comments on commit 6845bd2

Please sign in to comment.