1
0
Fork 0
forked from len0rd/rockbox

Set the font to FONT_UI after exiting a plugin (FS#10132). This makes the core Rockbox more like a sand box for plugins (less to care about in plugins).

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20930 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Alexander Levin 2009-05-14 18:22:24 +00:00
parent 49c25816f0
commit 52a4b48bbf

View file

@ -775,6 +775,7 @@ int plugin_load(const char* plugin, const void* parameter)
button_clear_queue();
#ifdef HAVE_LCD_BITMAP
lcd_setfont(FONT_UI);
#if LCD_DEPTH > 1
lcd_set_backdrop(old_backdrop);
#ifdef HAVE_LCD_COLOR