This is the bug/patch tracker for Rockbox. Click here for more information.
Quick links: Bugs · Patches · Rockbox frontpage
FS#10132 - set font to FONT_UI when exit plugin.
Attached to Project:
Rockbox
Opened by Teruaki Kawashima (teru) - Tuesday, 14 April 2009, 11:08 GMT+2
Last edited by Alexander Levin (fml2) - Thursday, 14 May 2009, 23:57 GMT+2
Opened by Teruaki Kawashima (teru) - Tuesday, 14 April 2009, 11:08 GMT+2
Last edited by Alexander Levin (fml2) - Thursday, 14 May 2009, 23:57 GMT+2
|
Detailsthis patch makes plugin to set font to FONT_UI when exit them if it set to FONT_SYSFIXED.
what is problem is it affects the font of splash and it results in showing empty box if language is set to japanese, chinese, etc.. it might be easier/simpler to do it in plugin_load in apps/plugin.c after returning from a plugin. |
This task depends upon
Closed by Alexander Levin (fml2)
Thursday, 14 May 2009, 23:57 GMT+2
Reason for closing: Accepted
Additional comments about closing: Committed with r20930. Thanks!
Thursday, 14 May 2009, 23:57 GMT+2
Reason for closing: Accepted
Additional comments about closing: Committed with r20930. Thanks!
this is patch to set font to FONT_UI after returning from plugin.
I would like to commit the second patch. Any objections/concerns?