app: fix layer-mask offset when applying filter to layer without clipping
(cherry picked from commit f9fb3e6fad
)
This commit is contained in:
@ -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);
|
||||
}
|
||||
|
Reference in New Issue
Block a user