Bug 155733 - need to check return values of gimp_drawable_mask_bounds()

Remove calls to gimp_drawable_mask_bounds() from most plug-ins.
This just leaves a python gimp interface plug-in.
This commit is contained in:
Andrew Worsley
2015-10-26 21:54:39 +11:00
committed by Michael Natterer
parent f4cb2dd881
commit cfa9132c4d
15 changed files with 151 additions and 130 deletions

View File

@ -96,6 +96,9 @@ compute_preview (gint x,
init_compute ();
if (! preview_surface)
return;
p1 = int_to_pos (x, y);
p2 = int_to_pos (x + w, y + h);