forked from len0rd/rockbox
bitmap/list.c fix red
--typo Change-Id: Iaa632e215d7d1e3758f62fedd72565fa633d925e
This commit is contained in:
parent
ddcab156f7
commit
b9ab75732a
1 changed files with 1 additions and 1 deletions
|
@ -758,7 +758,7 @@ static int get_click_location(struct gui_synclist *list, int x, int y)
|
||||||
if (viewport_point_within_vp(title, x, y))
|
if (viewport_point_within_vp(title, x, y))
|
||||||
retval = TITLE_TEXT;
|
retval = TITLE_TEXT;
|
||||||
/* check the icon too */
|
/* check the icon too */
|
||||||
if (list->title_icon != Icon_NOICON && (list->show_icons)
|
if (list->title_icon != Icon_NOICON && list->show_icons)
|
||||||
{
|
{
|
||||||
int width = list_icon_width(screen);
|
int width = list_icon_width(screen);
|
||||||
struct viewport vp = *title;
|
struct viewport vp = *title;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue