app: fix typo that caused wrong paint apply offset in bucket fill
This commit is contained in:
@ -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);
|
||||
|
||||
Reference in New Issue
Block a user