mirror of https://github.com/GNOME/gimp.git
gegltool: blacklist contrast-curve, fill-path and vector-stroke since curve and path are not supported by the UI
This commit is contained in:
parent
5b5b64b4ab
commit
2ebf1b555a
|
@ -253,6 +253,9 @@ gimp_gegl_tool_operation_blacklisted (const gchar *name,
|
|||
"gegl:path",
|
||||
"gegl:text",
|
||||
"gegl:layer",
|
||||
"gegl:contrast-curve",
|
||||
"gegl:fill-path",
|
||||
"gegl:vector-stroke",
|
||||
"gimp-",
|
||||
"gimp:"
|
||||
};
|
||||
|
|
Loading…
Reference in New Issue