From 52dc182b81dd875c7806a2829b65ada2b4520110 Mon Sep 17 00:00:00 2001 From: Björn Stenberg Date: Fri, 16 Aug 2002 15:06:50 +0000 Subject: Fixed double-height problem and broken fwd/rew. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@1788 a1c6a512-1295-4272-9138-f99709370657 --- apps/tree.c | 3 +++ 1 file changed, 3 insertions(+) (limited to 'apps/tree.c') diff --git a/apps/tree.c b/apps/tree.c index 5312885f19..1ac9dc6ef0 100644 --- a/apps/tree.c +++ b/apps/tree.c @@ -296,6 +296,9 @@ static int showdir(char *path, int start) bool ask_resume(void) { +#ifdef HAVE_NEW_CHARCELL_LCD + lcd_double_height(false); +#endif lcd_clear_display(); lcd_puts(0,0,"Resume?"); #ifdef HAVE_LCD_CHARCELLS -- cgit v1.2.3