Skip to content

Commit

Permalink
Minor fix
Browse files Browse the repository at this point in the history
  • Loading branch information
efosamark authored and i3sey committed Dec 13, 2023
1 parent a056cc0 commit ee36d17
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions source/utils.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -70,11 +70,11 @@ void scrollListItems(tsl::Gui* gui, ShiftFocusMode mode) {
switch (mode)
{
case ShiftFocusMode::UpNum:
scrollItemNum = 5;
scrollItemNum = 4;
dir = tsl::FocusDirection::Up;
break;
case ShiftFocusMode::DownNum:
scrollItemNum = 5;
scrollItemNum = 4;
dir = tsl::FocusDirection::Down;
break;
case ShiftFocusMode::UpMax:
Expand Down

0 comments on commit ee36d17

Please sign in to comment.