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:
Alx Sa 2025-04-04 15:28:03 +00:00
parent f2bdf03b9a
commit 5b822032c8

View file

@ -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),