diff --git a/apps/gui/bitmap/list.c b/apps/gui/bitmap/list.c index 97eefce9db..2d3141b8cc 100644 --- a/apps/gui/bitmap/list.c +++ b/apps/gui/bitmap/list.c @@ -311,7 +311,7 @@ void list_draw(struct screen *display, struct gui_synclist *list) #endif linedes.style = style; - linedes.scroll = is_selected ?: list->scroll_all; + linedes.scroll = is_selected ? true : list->scroll_all; linedes.line = i % list->selected_size; /* the list can have both, one of or neither of cursor and item icons,