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.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/gui/list.c b/apps/gui/list.c
index 36dbe44445..139dbaac18 100644
--- a/apps/gui/list.c
+++ b/apps/gui/list.c
@@ -748,6 +748,7 @@ bool gui_synclist_do_button(struct gui_synclist * lists,
748 return true; 748 return true;
749 } 749 }
750 *actionptr = ACTION_TREE_PGLEFT; 750 *actionptr = ACTION_TREE_PGLEFT;
751 /* fallthrough */
751 case ACTION_TREE_PGLEFT: 752 case ACTION_TREE_PGLEFT:
752 if(pgleft_allow_cancel && (lists->offset_position[0] == 0)) 753 if(pgleft_allow_cancel && (lists->offset_position[0] == 0))
753 { 754 {