From 7eedcb49d91e9cf0f61c3d5e96ff23489756120c Mon Sep 17 00:00:00 2001 From: Nicolas Pennequin Date: Fri, 28 Sep 2007 19:47:28 +0000 Subject: 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 --- apps/gui/list.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/gui/list.c b/apps/gui/list.c index aca0105967..107ce5a71a 100644 --- a/apps/gui/list.c +++ b/apps/gui/list.c @@ -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. */ -- cgit v1.2.3