corrected offset

svn path=/trunk/; revision=24105
This commit is contained in:
Sven Neumann 2007-11-09 16:08:04 +00:00
parent 9559d388fd
commit e9bb7af53a
1 changed files with 1 additions and 1 deletions

View File

@ -421,7 +421,7 @@ gimp_curve_view_expose (GtkWidget *widget,
cairo_push_group (cr);
gdk_cairo_set_source_color (cr, &style->text[GTK_STATE_NORMAL]);
cairo_rectangle (cr, x - 0.5, y + 0.5, w, h);
cairo_rectangle (cr, x + 0.5, y + 0.5, w, h);
cairo_fill_preserve (cr);
cairo_set_line_width (cr, 6);