diff options
| author | Linus Nielsen Feltzing <linus@haxx.se> | 2003-11-20 01:33:41 +0000 |
|---|---|---|
| committer | Linus Nielsen Feltzing <linus@haxx.se> | 2003-11-20 01:33:41 +0000 |
| commit | 43a1ac7267a02ea01d1965a0d9b6e4545773692d (patch) | |
| tree | cab72a255fb7d6d9816efca806a596d472156fb2 /apps | |
| parent | 04005b9602cae02d1896c9e08ae7856928dce9f4 (diff) | |
| download | rockbox-43a1ac7267a02ea01d1965a0d9b6e4545773692d.zip rockbox-43a1ac7267a02ea01d1965a0d9b6e4545773692d.tar.gz rockbox-43a1ac7267a02ea01d1965a0d9b6e4545773692d.tar.bz2 rockbox-43a1ac7267a02ea01d1965a0d9b6e4545773692d.tar.xz | |
Minor cosmetic fix in the credit scroller
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4053 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps')
| -rw-r--r-- | apps/credits.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/credits.c b/apps/credits.c index 11ea7eb..71d77a6 100644 --- a/apps/credits.c +++ b/apps/credits.c @@ -83,6 +83,7 @@ void roll_credits(void) lcd_putsxy(0, i*height+y, line+i<numnames?credits[line+i]:""); snprintf(buffer, sizeof(buffer), " [Credits] %2d/%2d ", line+1, numnames); + lcd_clearrect(0, 0, LCD_WIDTH, height); lcd_putsxy(0, 0, buffer); lcd_update(); |