summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 7ca5e91b99..de8f26b354 100644
--- a/apps/gui/list.c
+++ b/apps/gui/list.c
@@ -722,7 +722,9 @@ void gui_synclist_scroll_left(struct gui_synclist * lists)
722 722
723unsigned gui_synclist_do_button(struct gui_synclist * lists, unsigned button) 723unsigned gui_synclist_do_button(struct gui_synclist * lists, unsigned button)
724{ 724{
725#ifdef HAVE_LCD_BITMAP
725 static bool scrolling_left = false; 726 static bool scrolling_left = false;
727#endif
726 728
727 gui_synclist_limit_scroll(lists, true); 729 gui_synclist_limit_scroll(lists, true);
728 switch(button) 730 switch(button)