summaryrefslogtreecommitdiff
path: root/apps/gui/option_select.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/gui/option_select.c')
-rw-r--r--apps/gui/option_select.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/gui/option_select.c b/apps/gui/option_select.c
index 1f5e8706f9..71a28cb520 100644
--- a/apps/gui/option_select.c
+++ b/apps/gui/option_select.c
@@ -510,7 +510,7 @@ bool option_screen(const struct settings_list *setting,
510 gui_synclist_speak_item(&lists); 510 gui_synclist_speak_item(&lists);
511 while (!done) 511 while (!done)
512 { 512 {
513 if (list_do_action(CONTEXT_LIST, TIMEOUT_BLOCK, 513 if (list_do_action(CONTEXT_LIST, HZ, /* HZ so the status bar redraws */
514 &lists, &action, 514 &lists, &action,
515 allow_wrap? LIST_WRAP_UNLESS_HELD: LIST_WRAP_OFF)) 515 allow_wrap? LIST_WRAP_UNLESS_HELD: LIST_WRAP_OFF))
516 { 516 {