1
0
Fork 0
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:
Nicolas Pennequin 2007-09-28 19:47:28 +00:00
parent d648c0d192
commit 7eedcb49d9

View file

@ -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. */