forked from len0rd/rockbox
Allow the list to display a title icon even if no other icons will be
displayed git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12375 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
738baf356f
commit
eff0dc3e13
1 changed files with 1 additions and 1 deletions
|
@ -203,7 +203,7 @@ void gui_list_draw(struct gui_list * gui_list)
|
|||
i = 1;
|
||||
lines = display->nb_lines - 1;
|
||||
|
||||
if (gui_list->title_icon != NOICON && draw_icons)
|
||||
if (gui_list->title_icon != NOICON)
|
||||
{
|
||||
screen_put_iconxy(display, 0, 0, gui_list->title_icon);
|
||||
#ifdef HAVE_LCD_BITMAP
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue