From 52a4b48bbf12522a4893ded666e1f1d28308bb18 Mon Sep 17 00:00:00 2001 From: Alexander Levin Date: Thu, 14 May 2009 18:22:24 +0000 Subject: 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 --- apps/plugin.c | 1 + 1 file changed, 1 insertion(+) diff --git a/apps/plugin.c b/apps/plugin.c index 7f362c8566..f03b9337f9 100644 --- a/apps/plugin.c +++ b/apps/plugin.c @@ -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 -- cgit v1.2.3