From 92035f5cdd835bb72975a581dbe63be60f15f477 Mon Sep 17 00:00:00 2001 From: Jonathan Gordon Date: Mon, 2 Feb 2009 09:24:24 +0000 Subject: 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 --- apps/gui/color_picker.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'apps/gui') diff --git a/apps/gui/color_picker.c b/apps/gui/color_picker.c index 827be69460..026ae82c4c 100644 --- a/apps/gui/color_picker.c +++ b/apps/gui/color_picker.c @@ -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 */ -- cgit v1.2.3