summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJens Arnold <amiconn@rockbox.org>2005-06-29 17:39:18 +0000
committerJens Arnold <amiconn@rockbox.org>2005-06-29 17:39:18 +0000
commit40eeeb3f2f5003d154463e65197529c4cd5b14d9 (patch)
treeef6715d996515303868f243c77ce09d42924471d
parentf0622c930a9ff3e733b9621ae0c90c819550bf7e (diff)
downloadrockbox-40eeeb3f2f5003d154463e65197529c4cd5b14d9.zip
rockbox-40eeeb3f2f5003d154463e65197529c4cd5b14d9.tar.gz
rockbox-40eeeb3f2f5003d154463e65197529c4cd5b14d9.tar.bz2
rockbox-40eeeb3f2f5003d154463e65197529c4cd5b14d9.tar.xz
Player fixup: Reset double font height before resuming.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6925 a1c6a512-1295-4272-9138-f99709370657
-rw-r--r--apps/tree.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/apps/tree.c b/apps/tree.c
index 6dcb52d..73bb3b7 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();