diff options
Diffstat (limited to 'apps/gui/option_select.c')
-rw-r--r-- | apps/gui/option_select.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/apps/gui/option_select.c b/apps/gui/option_select.c index 7068fee510..3f110ce526 100644 --- a/apps/gui/option_select.c +++ b/apps/gui/option_select.c | |||
@@ -506,7 +506,6 @@ bool option_screen(const struct settings_list *setting, | |||
506 | gui_synclist_set_nb_items(&lists, nb_items); | 506 | gui_synclist_set_nb_items(&lists, nb_items); |
507 | gui_synclist_select_item(&lists, selected); | 507 | gui_synclist_select_item(&lists, selected); |
508 | 508 | ||
509 | gui_synclist_limit_scroll(&lists, true); | ||
510 | gui_synclist_draw(&lists); | 509 | gui_synclist_draw(&lists); |
511 | /* talk the item */ | 510 | /* talk the item */ |
512 | gui_synclist_speak_item(&lists); | 511 | gui_synclist_speak_item(&lists); |