app: fix gimp_gegl_mask_bounds()

This commit is contained in:
Ell 2019-09-05 17:35:38 +03:00
parent ee86e5630e
commit ddbff867a1
1 changed files with 2 additions and 0 deletions

View File

@ -123,6 +123,8 @@ gimp_gegl_mask_bounds (GeglBuffer *buffer,
\
if (y < ty1) ty1 = y; \
if (y > ty2) ty2 = y; \
\
break; \
} \
} \
\