mirror of https://github.com/GNOME/gimp.git
app: set an icon on the floating selection filter
This commit is contained in:
parent
972b6ef78f
commit
9504e85a7e
|
@ -926,6 +926,8 @@ gimp_drawable_sync_fs_filter (GimpDrawable *drawable,
|
|||
GeglNode *fs_source;
|
||||
|
||||
private->fs_filter = gimp_filter_new ("Floating Selection");
|
||||
gimp_viewable_set_stock_id (GIMP_VIEWABLE (private->fs_filter),
|
||||
"gimp-floating-selection");
|
||||
|
||||
node = gimp_filter_get_node (private->fs_filter);
|
||||
|
||||
|
|
Loading…
Reference in New Issue