Bottom scroll button, set arrow cursor when scrolling by clicking button.
This commit is contained in:
parent
39b69643bd
commit
41e4e80e4b
1 changed files with 1 additions and 1 deletions
|
|
@ -4041,7 +4041,7 @@ static void mainloop(void)
|
||||||
SDL_AddTimer(REPEAT_SPEED / 3, scrolltimer_callback, (void *)&scrolltimer_event);
|
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);
|
do_setcursor(cursor_arrow);
|
||||||
if (scrolling)
|
if (scrolling)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue