app: fix layer-mask offset when applying filter to layer without clipping
This commit is contained in:
@ -258,7 +258,7 @@ gimp_drawable_merge_filter (GimpDrawable *drawable,
|
|||||||
gimp_get_default_context (image->gimp),
|
gimp_get_default_context (image->gimp),
|
||||||
GIMP_FILL_TRANSPARENT,
|
GIMP_FILL_TRANSPARENT,
|
||||||
rect.width, rect.height,
|
rect.width, rect.height,
|
||||||
rect.x, rect.y);
|
-rect.x, -rect.y);
|
||||||
|
|
||||||
gimp_image_undo_group_end (image);
|
gimp_image_undo_group_end (image);
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user