summaryrefslogtreecommitdiff
path: root/apps/gui/list.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/gui/list.c')
-rw-r--r--apps/gui/list.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/apps/gui/list.c b/apps/gui/list.c
index b70cf424ee..9843339dd4 100644
--- a/apps/gui/list.c
+++ b/apps/gui/list.c
@@ -649,6 +649,9 @@ bool gui_synclist_do_button(struct gui_synclist * lists,
649 649
650 switch (action) 650 switch (action)
651 { 651 {
652 case SYS_FOURHERTZ:
653 default_event_handler(action);
654 return true;
652 case ACTION_REDRAW: 655 case ACTION_REDRAW:
653 gui_synclist_draw(lists); 656 gui_synclist_draw(lists);
654 return true; 657 return true;