summaryrefslogtreecommitdiffstats
path: root/apps
diff options
context:
space:
mode:
authorJerome Kuptz <jeromekuptz@gmail.com>2002-07-22 04:21:46 +0000
committerJerome Kuptz <jeromekuptz@gmail.com>2002-07-22 04:21:46 +0000
commitfacc2cd663f3b729e52a4b6dba6f5f2cf35c046f (patch)
treeda07ccb5f9a6c2f387546a6b1fedf11c9468c211 /apps
parentd579c70e5439e3d4acedd96eca3443709193bbc5 (diff)
downloadrockbox-facc2cd663f3b729e52a4b6dba6f5f2cf35c046f.tar.gz
rockbox-facc2cd663f3b729e52a4b6dba6f5f2cf35c046f.zip
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
Diffstat (limited to 'apps')
-rw-r--r--apps/wps.c1
1 files changed, 1 insertions, 0 deletions
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;