[gimp] app: fix gimp_gegl_mask_bounds()
- From: Ell <ell src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gimp] app: fix gimp_gegl_mask_bounds()
- Date: Thu, 5 Sep 2019 15:05:14 +0000 (UTC)
commit ddbff867a145a02d2bc5e2dd1cb2b5a06af87a19
Author: Ell <ell_se yahoo com>
Date: Thu Sep 5 17:35:38 2019 +0300
app: fix gimp_gegl_mask_bounds()
app/gegl/gimp-gegl-mask.c | 2 ++
1 file changed, 2 insertions(+)
---
diff --git a/app/gegl/gimp-gegl-mask.c b/app/gegl/gimp-gegl-mask.c
index 8c896b8eb5..0873f9c147 100644
--- a/app/gegl/gimp-gegl-mask.c
+++ b/app/gegl/gimp-gegl-mask.c
@@ -123,6 +123,8 @@ gimp_gegl_mask_bounds (GeglBuffer *buffer,
\
if (y < ty1) ty1 = y; \
if (y > ty2) ty2 = y; \
+ \
+ break; \
} \
} \
\
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]