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