forked from len0rd/rockbox
Fixed hidden recording status bar
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3696 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
d9a2ef49d6
commit
6f2a1a6127
1 changed files with 1 additions and 1 deletions
|
|
@ -430,7 +430,7 @@ bool recording_screen(void)
|
||||||
global_settings.rec_quality);
|
global_settings.rec_quality);
|
||||||
lcd_puts(0, 6, buf);
|
lcd_puts(0, 6, buf);
|
||||||
|
|
||||||
status_draw(false);
|
status_draw(true);
|
||||||
|
|
||||||
lcd_update();
|
lcd_update();
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue