mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-10-14 10:37:38 -04:00
woops, menus stopped getting redrawn when the setting screen exited
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13849 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
411f3e2b2b
commit
953e7cf183
1 changed files with 2 additions and 2 deletions
|
@ -555,8 +555,8 @@ int do_menu(const struct menu_item_ex *start_menu, int *start_selected)
|
||||||
case MT_SETTING:
|
case MT_SETTING:
|
||||||
case MT_SETTING_W_TEXT:
|
case MT_SETTING_W_TEXT:
|
||||||
{
|
{
|
||||||
if (do_setting_from_menu(temp))
|
do_setting_from_menu(temp);
|
||||||
init_menu_lists(menu, &lists, 0, true);
|
init_menu_lists(menu, &lists, selected, true);
|
||||||
talk_item = true;
|
talk_item = true;
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue