forked from len0rd/rockbox
Recording screen now uses fixed font.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3093 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
58dff17b8e
commit
0e84a50ea7
1 changed files with 2 additions and 1 deletions
|
@ -184,7 +184,7 @@ bool recording_screen(void)
|
|||
|
||||
set_gain();
|
||||
|
||||
lcd_setfont(FONT_UI);
|
||||
lcd_setfont(FONT_SYSFIXED);
|
||||
lcd_getstringsize("M", &w, &h);
|
||||
lcd_setmargins(w, 8);
|
||||
|
||||
|
@ -445,6 +445,7 @@ bool recording_screen(void)
|
|||
mpeg_sound_set(SOUND_SUPERBASS, global_settings.bass_boost);
|
||||
mpeg_sound_set(SOUND_AVC, global_settings.avc);
|
||||
#endif
|
||||
lcd_setfont(FONT_UI);
|
||||
return have_recorded;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue