From 9d1832cfba5ad91c815aa181b299f5cd53252681 Mon Sep 17 00:00:00 2001 From: Jonathan Gordon Date: Mon, 21 Dec 2009 05:19:12 +0000 Subject: fix FS#10870 - slightly change the viewportmanager theme undo-er to be able to force an update even if the theme isnt being toggled from off to on which caused WPS artifacts when leaving the WPS if the theme was enabled git-svn-id: svn://svn.rockbox.org/rockbox/trunk@24087 a1c6a512-1295-4272-9138-f99709370657 --- apps/menu.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'apps/menu.c') diff --git a/apps/menu.c b/apps/menu.c index 951238e..88f0f3c 100644 --- a/apps/menu.c +++ b/apps/menu.c @@ -687,7 +687,7 @@ int do_menu(const struct menu_item_ex *start_menu, int *start_selected, gui_synclist_get_sel_pos(&lists), menu); } FOR_NB_SCREENS(i) - viewportmanager_theme_undo(i); + viewportmanager_theme_undo(i, false); return ret; } -- cgit v1.1