app: add "chunked" parameter to gimp_tile_handler_validate_validate()

... which allows validating the area in chunks, instead of in a
single step.

(cherry picked from commit faf6acfb67)
This commit is contained in:
Ell
2020-03-14 13:52:01 +02:00
parent 24db85bef6
commit 422452b5da
4 changed files with 47 additions and 17 deletions

View File

@ -900,7 +900,7 @@ gimp_projection_paint_area (GimpProjection *proj,
proj->priv->validate_handler,
proj->priv->buffer,
&rect,
FALSE);
FALSE, FALSE);
}
else
{