This commit is contained in:
John Cupitt 2014-01-29 14:26:09 +00:00
parent 1564213b67
commit 2cbaacbb0b

View File

@ -434,6 +434,7 @@ render_work( VipsThreadState *state, void *a )
* modified render->out. * modified render->out.
*/ */
vips_image_invalidate_all( render->out ); vips_image_invalidate_all( render->out );
if( render->mask )
vips_image_invalidate_all( render->mask ); vips_image_invalidate_all( render->mask );
/* Now clients can update. /* Now clients can update.