[gimp/gimp-2-10] app: in GimpDrawableFilter, set underlying operation
- From: Ell <ell src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gimp/gimp-2-10] app: in GimpDrawableFilter, set underlying operation
- Date: Wed, 27 Mar 2019 19:49:12 +0000 (UTC)
commit 6e06e5e85644af954f01c1bdc9d0aa68513619e4
Author: Ell <ell_se yahoo com>
Date: Wed Mar 27 15:06:32 2019 -0400
app: in GimpDrawableFilter, set underlying operation
In GimpDrawableFilter, use
gimp_gegl_node_set_underlying_operation() to the the input
operation node as the underlying operation of the filter node.
(cherry picked from commit b0dfc1e7c721263a8b293513ebb22aa3b7dd0348)
app/core/gimpdrawablefilter.c | 1 +
1 file changed, 1 insertion(+)
---
diff --git a/app/core/gimpdrawablefilter.c b/app/core/gimpdrawablefilter.c
index bed3b711ac..66427f5e6a 100644
--- a/app/core/gimpdrawablefilter.c
+++ b/app/core/gimpdrawablefilter.c
@@ -219,6 +219,7 @@ gimp_drawable_filter_new (GimpDrawable *drawable,
node = gimp_filter_get_node (GIMP_FILTER (filter));
gegl_node_add_child (node, operation);
+ gimp_gegl_node_set_underlying_operation (node, operation);
filter->applicator = gimp_applicator_new (node);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]