1
0
Fork 0
forked from len0rd/rockbox

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
This commit is contained in:
Jerome Kuptz 2002-07-22 04:21:46 +00:00
parent d579c70e54
commit facc2cd663

View file

@ -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;