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:
parent
d579c70e54
commit
facc2cd663
1 changed files with 1 additions and 0 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue