mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-10-14 02:27:39 -04:00
fix the menus again, this time it stopped redrawing after coming out of setting screens
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13353 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
2576d34ac6
commit
cf478758dd
1 changed files with 1 additions and 0 deletions
|
@ -623,6 +623,7 @@ int do_menu(const struct menu_item_ex *start_menu, int *start_selected)
|
||||||
gui_buttonbar_set(&buttonbar, "<<<", "", "");
|
gui_buttonbar_set(&buttonbar, "<<<", "", "");
|
||||||
gui_buttonbar_draw(&buttonbar);
|
gui_buttonbar_draw(&buttonbar);
|
||||||
#endif
|
#endif
|
||||||
|
gui_synclist_draw(&lists);
|
||||||
}
|
}
|
||||||
else if(default_event_handler(action) == SYS_USB_CONNECTED)
|
else if(default_event_handler(action) == SYS_USB_CONNECTED)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue