mirror of https://github.com/GNOME/gimp.git
gimpcagetool: add a warning if the coef buffer isn't initialised
This commit is contained in:
parent
8c33eb83f7
commit
9677eeeffc
|
@ -582,7 +582,7 @@ gimp_cage_tool_process (GimpCageTool *ct,
|
|||
GimpProgress *progress = gimp_progress_start (GIMP_PROGRESS (display),
|
||||
_("Blending"),
|
||||
FALSE);
|
||||
|
||||
g_return_if_fail (ct->coef);
|
||||
|
||||
if (GIMP_IS_LAYER (drawable))
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue