1
0
Fork 0
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:
Jonathan Gordon 2009-02-02 09:24:24 +00:00
parent 28dbd584fb
commit 92035f5cdd

View file

@ -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 */