fix yellow
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@24741 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
3cb735ef39
commit
7dfd594cca
1 changed files with 3 additions and 0 deletions
|
@ -299,6 +299,9 @@ static void draw_playlist_viewer_list(struct gui_wps *gwps,
|
|||
case WPS_TOKEN_ALIGN_RIGHT:
|
||||
x = vpwidth - length;
|
||||
break;
|
||||
default:
|
||||
x = 0;
|
||||
break;
|
||||
}
|
||||
}
|
||||
gwps->display->putsxy(x, (i-start_item)*line_height, buf );
|
||||
|
|
Loading…
Reference in a new issue