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:

committed by
Michael Natterer

parent
f4cb2dd881
commit
cfa9132c4d
@ -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);
|
||||
|
||||
|
Reference in New Issue
Block a user