diff options
author | Jens Arnold <amiconn@rockbox.org> | 2005-06-29 17:39:18 +0000 |
---|---|---|
committer | Jens Arnold <amiconn@rockbox.org> | 2005-06-29 17:39:18 +0000 |
commit | 40eeeb3f2f5003d154463e65197529c4cd5b14d9 (patch) | |
tree | ef6715d996515303868f243c77ce09d42924471d /apps/tree.c | |
parent | f0622c930a9ff3e733b9621ae0c90c819550bf7e (diff) |
Player fixup: Reset double font height before resuming.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6925 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/tree.c')
-rw-r--r-- | apps/tree.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/apps/tree.c b/apps/tree.c index 6dcb52d1a4..73bb3b77f2 100644 --- a/apps/tree.c +++ b/apps/tree.c @@ -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(); |