summaryrefslogtreecommitdiff
path: root/apps
diff options
context:
space:
mode:
Diffstat (limited to 'apps')
-rw-r--r--apps/gui/list.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/apps/gui/list.c b/apps/gui/list.c
index 7242daf30f..8ca3042a4b 100644
--- a/apps/gui/list.c
+++ b/apps/gui/list.c
@@ -108,7 +108,9 @@ void gui_list_flash(struct gui_list * gui_list)
108void gui_list_put_selection_in_screen(struct gui_list * gui_list, 108void gui_list_put_selection_in_screen(struct gui_list * gui_list,
109 bool put_from_end) 109 bool put_from_end)
110{ 110{
111#ifdef HAVE_LCD_BITMAP
111 gui_list->display->setfont(FONT_UI); 112 gui_list->display->setfont(FONT_UI);
113#endif
112 gui_textarea_update_nblines(gui_list->display); 114 gui_textarea_update_nblines(gui_list->display);
113 int nb_lines=gui_list->display->nb_lines; 115 int nb_lines=gui_list->display->nb_lines;
114 if(put_from_end) 116 if(put_from_end)