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.c | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'apps/wps.c') diff --git a/apps/wps.c b/apps/wps.c index 3c486b1..f0ba54f 100644 --- a/apps/wps.c +++ b/apps/wps.c @@ -700,6 +700,8 @@ int wps_show(void) status_set_record(false); status_set_audio(false); #endif + lcd_stop_scroll(); + /* set dir browser to current playing song */ if (global_settings.browse_current && id3) set_current_file(id3->path); @@ -833,6 +835,8 @@ int wps_show(void) status_set_record(false); status_set_audio(false); #endif + lcd_stop_scroll(); + /* set dir browser to current playing song */ if (global_settings.browse_current && id3) set_current_file(id3->path); -- cgit v1.1