From bc254fe95f255e779b716ceb5ded09bda3857a2b Mon Sep 17 00:00:00 2001 From: Markus Braun Date: Mon, 21 Oct 2002 13:14:25 +0000 Subject: Added multiline scroll support. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@2729 a1c6a512-1295-4272-9138-f99709370657 --- apps/wps-display.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'apps/wps-display.c') diff --git a/apps/wps-display.c b/apps/wps-display.c index 3ddbc97..6bca8cb 100644 --- a/apps/wps-display.c +++ b/apps/wps-display.c @@ -530,7 +530,6 @@ bool wps_refresh(struct mp3entry* id3, int ffwd_offset, bool refresh_all) { char buf[MAX_PATH]; struct format_flags flags; - bool scroll_active = false; int i; #ifdef HAVE_LCD_BITMAP /* to find out wether the peak meter is enabled we @@ -602,9 +601,8 @@ bool wps_refresh(struct mp3entry* id3, int ffwd_offset, bool refresh_all) } #endif - if (!scroll_active && flags.scroll && !flags.dynamic) + if (flags.scroll && !flags.dynamic) { - scroll_active = true; lcd_puts_scroll(0, i, buf); } else -- cgit v1.1