tools, widgets: Don't show Fx icon for Cage Tool
Resolves #13982
This tool was missed in cc50ef99
This commit is contained in:
parent
0c10e6cb98
commit
2db5875e28
1 changed files with 1 additions and 0 deletions
|
|
@ -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),
|
||||
|
|
|
|||
Loading…
Reference in a new issue