widgets: Include filters in GimpBufferSourceBox buffer
Updates the code to use gimp_pickable_get_buffer_with_effects () which copies over the filters that the user sees when choosing an Aux Input option.
This commit is contained in:
parent
f2bdf03b9a
commit
5b822032c8
1 changed files with 1 additions and 1 deletions
|
|
@ -283,7 +283,7 @@ gimp_buffer_source_box_update_node (GimpBufferSourceBox *box)
|
|||
* the operation. see issue #1283.
|
||||
*/
|
||||
buffer = gimp_gegl_buffer_dup (
|
||||
gimp_pickable_get_buffer (box->priv->pickable));
|
||||
gimp_pickable_get_buffer_with_effects (box->priv->pickable));
|
||||
}
|
||||
|
||||
desc = gimp_viewable_get_description (GIMP_VIEWABLE (box->priv->pickable),
|
||||
|
|
|
|||
Loading…
Reference in a new issue