mirror of
https://github.com/Rockbox/rockbox.git
synced 2026-07-10 13:29:52 -04:00
bookmark: stop scrolling list item for skinned context menu
Lists with a selection size of >1 aren't skinned, so we we have to manually take care of calling scroll_stop on the un-skinned bookmark list before displaying the (skinned) context menu. Change-Id: Ie7ce627b5ea073be03304b7c676403cdfb4d3243
This commit is contained in:
parent
f456dbfa52
commit
6a252576f5
1 changed files with 2 additions and 0 deletions
|
|
@ -1045,6 +1045,8 @@ static int select_bookmark(const char* bookmark_file_name,
|
|||
|
||||
if (action == ACTION_STD_CONTEXT)
|
||||
{
|
||||
gui_synclist_scroll_stop(&list);
|
||||
|
||||
MENUITEM_STRINGLIST(menu_items, ID2P(LANG_BOOKMARK_CONTEXT_MENU),
|
||||
NULL, ID2P(LANG_BOOKMARK_CONTEXT_RESUME),
|
||||
ID2P(LANG_DELETE));
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue