1
0
Fork 0
forked from len0rd/rockbox

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
This commit is contained in:
Jonathan Gordon 2009-12-21 05:19:12 +00:00
parent 88ae46cc88
commit 9d1832cfba
13 changed files with 72 additions and 64 deletions

View file

@ -1128,7 +1128,7 @@ int kbd_input(char* text, int buflen)
FOR_NB_SCREENS(l)
{
screens[l].setfont(FONT_UI);
viewportmanager_theme_undo(l);
viewportmanager_theme_undo(l, false);
}
return ret;
}