[gimp/goat-invasion: 245/401] app: fix typo that caused wrong paint apply offset in bucket fill
- From: Michael Natterer <mitch src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gimp/goat-invasion: 245/401] app: fix typo that caused wrong paint apply offset in bucket fill
- Date: Mon, 2 Apr 2012 12:08:42 +0000 (UTC)
commit 2e6df34ca1d47d5ad8468c00e674877d69232a9a
Author: Michael Natterer <mitch gimp org>
Date: Sun Mar 25 21:12:23 2012 +0200
app: fix typo that caused wrong paint apply offset in bucket fill
app/core/gimpdrawable-bucket-fill.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/app/core/gimpdrawable-bucket-fill.c b/app/core/gimpdrawable-bucket-fill.c
index caae809..e800992 100644
--- a/app/core/gimpdrawable-bucket-fill.c
+++ b/app/core/gimpdrawable-bucket-fill.c
@@ -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);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]