From cbbdc95d9ccb5dc678daa9e22aeed81dfe72ef8e Mon Sep 17 00:00:00 2001 From: Kevin Ferrare Date: Fri, 4 Nov 2005 07:18:36 +0000 Subject: Fixed a bug in the multi-screen menus, the statusbar wasn't refreshed when coming from some custom wps that erases it ; Initial support for options in the menus git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7747 a1c6a512-1295-4272-9138-f99709370657 --- apps/menu.c | 1 + 1 file changed, 1 insertion(+) (limited to 'apps/menu.c') diff --git a/apps/menu.c b/apps/menu.c index 83826e3..b682bec 100644 --- a/apps/menu.c +++ b/apps/menu.c @@ -125,6 +125,7 @@ int menu_show(int m) int key; gui_synclist_draw(&(menus[m].synclist)); + gui_syncstatusbar_draw(&statusbars, true); menu_talk_selected(m); while (!exit) { key = button_get_w_tmo(HZ/2); -- cgit v1.1