Bottom scroll button, set arrow cursor when scrolling by clicking button.

This commit is contained in:
Pere Pujal i Carabantes 2021-01-26 23:49:54 +01:00
parent 39b69643bd
commit 41e4e80e4b

View file

@ -4041,7 +4041,7 @@ static void mainloop(void)
SDL_AddTimer(REPEAT_SPEED / 3, scrolltimer_callback, (void *)&scrolltimer_event);
}
if (*thing_scroll == 0)
if (*thing_scroll == 0 || *thing_scroll / gd_items.cols == num_rows_needed - gd_items.rows)
{
do_setcursor(cursor_arrow);
if (scrolling)