mirror of https://github.com/GNOME/gimp.git
should be height here, not width
This commit is contained in:
parent
b8e0037222
commit
7567ea229e
|
@ -745,7 +745,7 @@ preview_update (GimpPreview *preview)
|
|||
|
||||
unsharp_region (&srcPR, &destPR, drawable->bpp,
|
||||
unsharp_params.radius, unsharp_params.amount,
|
||||
x, x + width, y, y + width,
|
||||
x, x + width, y, y + height,
|
||||
FALSE);
|
||||
|
||||
gimp_pixel_rgn_init (&destPR, drawable, x, y, width, height, FALSE, TRUE);
|
||||
|
|
Loading…
Reference in New Issue