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:
parent
49c25816f0
commit
52a4b48bbf
1 changed files with 1 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue