forked from len0rd/rockbox
Fix buggy gradient display when a coloured file is selected in the browser. Thanks to smably for the report.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14891 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
d648c0d192
commit
7eedcb49d9
1 changed files with 1 additions and 1 deletions
|
@ -408,7 +408,7 @@ static void gui_list_draw_smart(struct gui_list *gui_list)
|
|||
else if (global_settings.cursor_style == 3)
|
||||
{
|
||||
/* Display gradient line selector */
|
||||
style |= STYLE_GRADIENT;
|
||||
style = STYLE_GRADIENT;
|
||||
|
||||
/* Make the lcd driver know how many lines the gradient should
|
||||
cover and only draw it for the first selected item. */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue