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 7ca5e91..de8f26b 100644
--- a/apps/gui/list.c
+++ b/apps/gui/list.c
@@ -722,7 +722,9 @@ void gui_synclist_scroll_left(struct gui_synclist * lists)
unsigned gui_synclist_do_button(struct gui_synclist * lists, unsigned button)
{
+#ifdef HAVE_LCD_BITMAP
static bool scrolling_left = false;
+#endif
gui_synclist_limit_scroll(lists, true);
switch(button)