app: fix rotated brush boundary position

... after commit a0b73420ec.
This commit is contained in:
Ell 2017-12-24 09:06:51 -05:00
parent 2d4715bee9
commit c6cb985733
2 changed files with 2 additions and 2 deletions

View File

@ -114,7 +114,7 @@ gimp_brush_real_transform_boundary (GimpBrush *brush,
gint *width,
gint *height)
{
gimp_brush_transform_size (brush, scale, aspect_ratio, reflect, angle,
gimp_brush_transform_size (brush, scale, aspect_ratio, angle, reflect,
width, height);
if (*width < 256 && *height < 256)

View File

@ -615,7 +615,7 @@ gimp_brush_transform_mask (GimpBrush *brush,
g_return_val_if_fail (scale > 0.0, NULL);
gimp_brush_transform_size (brush,
scale, aspect_ratio, reflect, angle,
scale, aspect_ratio, angle, reflect,
&width, &height);
mask = gimp_brush_cache_get (brush->priv->mask_cache,