From facc2cd663f3b729e52a4b6dba6f5f2cf35c046f Mon Sep 17 00:00:00 2001 From: Jerome Kuptz Date: Mon, 22 Jul 2002 04:21:46 +0000 Subject: Patch to fix 'corrupted' text on scroll in wps. Patch by Hardeep git-svn-id: svn://svn.rockbox.org/rockbox/trunk@1395 a1c6a512-1295-4272-9138-f99709370657 --- apps/wps.c | 1 + 1 file changed, 1 insertion(+) diff --git a/apps/wps.c b/apps/wps.c index 10812e15c7..e983079461 100644 --- a/apps/wps.c +++ b/apps/wps.c @@ -140,6 +140,7 @@ int wps_show(void) ( (id3->album?id3->album[0]:0) != lastalbum ) || ( (id3->title?id3->title[0]:0) != lasttitle ) ) { + lcd_stop_scroll(); draw_screen(id3); lastlength = id3->length; lastsize = id3->filesize; -- cgit v1.2.3