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:
Jens Arnold 2005-06-29 17:39:18 +00:00
parent f0622c930a
commit 40eeeb3f2f

View file

@ -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();