1
0
Fork 0
forked from len0rd/rockbox

Forgot to set the gain when entering the recording screen

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@2842 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Linus Nielsen Feltzing 2002-11-13 08:27:18 +00:00
parent 5afd4aad26
commit 51fc9820c0

View file

@ -142,6 +142,8 @@ bool recording_screen(void)
global_settings.rec_source,
global_settings.rec_channels);
set_gain();
lcd_setfont(FONT_UI);
lcd_getstringsize("M", &w, &h);
lcd_setmargins(w, 8);