summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 c93210e0eb..1a5ae97d58 100644
--- a/apps/gui/list.c
+++ b/apps/gui/list.c
@@ -124,7 +124,7 @@ static void gui_list_flash(struct gui_list * gui_list)
124{ 124{
125 struct screen * display=gui_list->display; 125 struct screen * display=gui_list->display;
126 gui_list->cursor_flash_state=!gui_list->cursor_flash_state; 126 gui_list->cursor_flash_state=!gui_list->cursor_flash_state;
127 int selected_line=gui_list->selected_item-gui_list->start_item; 127 int selected_line=gui_list->selected_item-gui_list->start_item+SHOW_LIST_TITLE;
128#ifdef HAVE_LCD_BITMAP 128#ifdef HAVE_LCD_BITMAP
129 int line_ypos=display->getymargin()+display->char_height*selected_line; 129 int line_ypos=display->getymargin()+display->char_height*selected_line;
130 if (global_settings.invert_cursor) 130 if (global_settings.invert_cursor)