mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-11-09 13:12:37 -05:00
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
|
|
@ -248,7 +248,7 @@ static int display_playlists(char* playlist, bool view)
|
|||
int button = get_action(CONTEXT_LIST,HZ/2);
|
||||
char* sel_file;
|
||||
|
||||
gui_synclist_do_button(&playlist_lists, button);
|
||||
gui_synclist_do_button(&playlist_lists, button,LIST_WRAP_UNLESS_HELD);
|
||||
|
||||
sel_file = playlists[gui_synclist_get_sel_pos(&playlist_lists)];
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue