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:
Jonathan Gordon 2007-05-08 01:32:29 +00:00
parent 2576d34ac6
commit cf478758dd

View file

@ -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)
{ {