Bookmarks: Fix redraw issue in Select Bookmarks screen
Parts of the skin weren't redrawn after deleting a bookmark. Change-Id: Id06fb95a6d3740340df989bcb9827fe3a87bb296
This commit is contained in:
parent
1e6c8d2ea6
commit
d3d2045cab
1 changed files with 2 additions and 0 deletions
|
@ -938,6 +938,8 @@ static int select_bookmark(const char* bookmark_file_name,
|
|||
}
|
||||
|
||||
buffer_bookmarks(bookmarks, bookmarks->start);
|
||||
gui_synclist_set_title(&list, str(LANG_BOOKMARK_SELECT_BOOKMARK),
|
||||
Icon_Bookmark);
|
||||
gui_synclist_draw(&list);
|
||||
cond_talk_ids_fq(VOICE_EXT_BMARK);
|
||||
gui_synclist_speak_item(&list);
|
||||
|
|
Loading…
Reference in a new issue