forked from len0rd/rockbox
Accept FS#9836 which fixes a bit of a display glitch in the colour chooser (Thanks Teruaki)
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@19906 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
28dbd584fb
commit
92035f5cdd
1 changed files with 1 additions and 1 deletions
|
|
@ -250,7 +250,7 @@ static void draw_screen(struct screen *display, char *title,
|
|||
/* Draw label */
|
||||
buf[0] = str(LANG_COLOR_RGB_LABELS)[i];
|
||||
buf[1] = '\0';
|
||||
display->putsxy(slider_left - display->getcharwidth() -
|
||||
display->putsxy(slider_left - max_label_width -
|
||||
SLIDER_MARGIN_LEFT, text_top, buf);
|
||||
|
||||
/* Draw color value */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue