diff options
Diffstat (limited to 'apps')
| -rw-r--r-- | apps/gui/list.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/gui/list.c b/apps/gui/list.c index aca0105..107ce5a 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. */ |