app: fix typo that caused wrong paint apply offset in bucket fill

This commit is contained in:
Michael Natterer 2012-03-25 21:12:23 +02:00
parent c872a9368e
commit f036b77f9a
1 changed files with 1 additions and 1 deletions

View File

@ -262,7 +262,7 @@ gimp_drawable_bucket_fill_internal (GimpDrawable *drawable,
GIMP_GEGL_RECT (0, 0, x2 - x1, y2 - y1),
TRUE, C_("undo-type", "Bucket Fill"),
opacity, paint_mode,
NULL, x1, y2,
NULL, x1, y1,
NULL, x1, y1);
g_object_unref (buffer);