tools, widgets: Don't show Fx icon for Cage Tool

Resolves #13982
This tool was missed in cc50ef99
This commit is contained in:
Alx Sa 2025-05-12 17:25:29 +00:00
parent 0c10e6cb98
commit 2db5875e28

View file

@ -1302,6 +1302,7 @@ gimp_cage_tool_create_filter (GimpCageTool *ct)
ct->render_node,
GIMP_ICON_TOOL_CAGE);
gimp_drawable_filter_set_region (ct->filter, GIMP_FILTER_REGION_DRAWABLE);
g_object_set (ct->filter, "temporary", TRUE, NULL);
g_signal_connect (ct->filter, "flush",
G_CALLBACK (gimp_cage_tool_filter_flush),