forked from len0rd/rockbox
dont allow the volume setting to wrap
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11445 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
2f444aac29
commit
6a1161b634
11 changed files with 46 additions and 19 deletions
|
@ -141,7 +141,7 @@ int menu_show(int m)
|
|||
if( menus[m].callback != NULL )
|
||||
key = menus[m].callback(key, m);
|
||||
/* If moved, "say" the entry under the cursor */
|
||||
if(gui_synclist_do_button(&(menus[m].synclist), key))
|
||||
if(gui_synclist_do_button(&(menus[m].synclist), key,LIST_WRAP_UNLESS_HELD))
|
||||
menu_talk_selected(m);
|
||||
switch( key ) {
|
||||
case ACTION_STD_OK:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue