Player fixup: Reset double font height before resuming.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6925 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
f0622c930a
commit
40eeeb3f2f
1 changed files with 3 additions and 1 deletions
|
@ -133,7 +133,9 @@ void browse_root(void)
|
|||
check_rockboxdir();
|
||||
|
||||
strcpy(tc.currdir, "/");
|
||||
|
||||
#ifdef HAVE_LCD_CHARCELLS
|
||||
lcd_double_height(false);
|
||||
#endif
|
||||
#ifndef SIMULATOR
|
||||
dirbrowse();
|
||||
|
||||
|
|
Loading…
Reference in a new issue