[gimp/goat-invasion: 245/412] app: fix typo that caused wrong paint apply offset in bucket fill



commit d3d689670419e52e8104fc17d5a55ffa31d8e2b5
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]