mirror of https://github.com/GNOME/gimp.git
app: fix gimp_gegl_mask_bounds()
This commit is contained in:
parent
ee86e5630e
commit
ddbff867a1
|
@ -123,6 +123,8 @@ gimp_gegl_mask_bounds (GeglBuffer *buffer,
|
|||
\
|
||||
if (y < ty1) ty1 = y; \
|
||||
if (y > ty2) ty2 = y; \
|
||||
\
|
||||
break; \
|
||||
} \
|
||||
} \
|
||||
\
|
||||
|
|
Loading…
Reference in New Issue