app: in the gradient tool, set the graph's underlying node

... to the gimp:gradient node
This commit is contained in:
Ell 2019-07-28 11:53:03 +03:00
parent ab6783902e
commit a1f676aabd
1 changed files with 5 additions and 0 deletions

View File

@ -30,6 +30,8 @@
#include "config/gimpguiconfig.h"
#include "gegl/gimp-gegl-utils.h"
#include "operations/gimp-operation-config.h"
#include "operations/layer-modes/gimp-layer-modes.h"
@ -887,6 +889,9 @@ gimp_gradient_tool_create_graph (GimpGradientTool *gradient_tool)
output,
NULL);
gimp_gegl_node_set_underlying_operation (gradient_tool->graph,
gradient_tool->render_node);
gimp_gradient_tool_update_graph (gradient_tool);
}