mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-10-14 02:27:39 -04:00
Backport r28648: Playlist viewer: Fix regression introduced by r28138 which made some buttons not work in the playlist viewer.
Fixes FS #11772. git-svn-id: svn://svn.rockbox.org/rockbox/branches/v3_7@28649 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
935b6c63d7
commit
49dabd5da8
1 changed files with 1 additions and 1 deletions
|
@ -652,7 +652,7 @@ enum playlist_viewer_result playlist_viewer_ex(const char* filename)
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Timeout so we can determine if play status has changed */
|
/* Timeout so we can determine if play status has changed */
|
||||||
bool res = list_do_action(CONTEXT_LIST, HZ/2,
|
bool res = list_do_action(CONTEXT_TREE, HZ/2,
|
||||||
&playlist_lists, &button, LIST_WRAP_UNLESS_HELD);
|
&playlist_lists, &button, LIST_WRAP_UNLESS_HELD);
|
||||||
/* during moving, another redraw is going to be needed,
|
/* during moving, another redraw is going to be needed,
|
||||||
* since viewer.selected_track is updated too late (after the first draw)
|
* since viewer.selected_track is updated too late (after the first draw)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue