app: fix layer-mask offset when applying filter to layer without clipping

(cherry picked from commit f9fb3e6fad)
This commit is contained in:
Ell
2019-08-09 21:13:36 +03:00
parent 037bc8575e
commit a0d43cd927

View File

@ -258,7 +258,7 @@ gimp_drawable_merge_filter (GimpDrawable *drawable,
gimp_get_default_context (image->gimp),
GIMP_FILL_TRANSPARENT,
rect.width, rect.height,
rect.x, rect.y);
-rect.x, -rect.y);
gimp_image_undo_group_end (image);
}