summaryrefslogtreecommitdiff
path: root/apps
diff options
context:
space:
mode:
Diffstat (limited to 'apps')
-rw-r--r--apps/gui/list.c2
1 files changed, 1 insertions, 1 deletions
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)
408 else if (global_settings.cursor_style == 3) 408 else if (global_settings.cursor_style == 3)
409 { 409 {
410 /* Display gradient line selector */ 410 /* Display gradient line selector */
411 style |= STYLE_GRADIENT; 411 style = STYLE_GRADIENT;
412 412
413 /* Make the lcd driver know how many lines the gradient should 413 /* Make the lcd driver know how many lines the gradient should
414 cover and only draw it for the first selected item. */ 414 cover and only draw it for the first selected item. */