[gimp/gimp-2-10] app: fix gimp_gegl_mask_bounds()



commit 16c676809cf9cb28bb184c61249aaaa26b1352c2
Author: Ell <ell_se yahoo com>
Date:   Thu Sep 5 17:35:38 2019 +0300

    app: fix gimp_gegl_mask_bounds()
    
    (cherry picked from commit ddbff867a145a02d2bc5e2dd1cb2b5a06af87a19)

 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]