forked from len0rd/rockbox
scroll all lines in read-only info lists
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17366 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
8e57ede59f
commit
82c1aa8e8e
2 changed files with 10 additions and 0 deletions
|
|
@ -422,6 +422,8 @@ static bool show_info(void)
|
|||
struct simplelist_info info;
|
||||
simplelist_info_init(&info, str(LANG_ROCKBOX_INFO), INFO_COUNT, (void*)&data);
|
||||
info.hide_selection = !global_settings.talk_menu;
|
||||
if (info.hide_selection)
|
||||
info.scroll_all = true;
|
||||
info.get_name = info_getname;
|
||||
if(global_settings.talk_menu)
|
||||
info.get_talk = info_speak_item;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue