mirror of https://github.com/GNOME/gimp.git
aa30b40fee
For now, we can't keep certain GEGL ops like Gradient as NDE filters, since they are connected to tools. If the layer is copied or saved as an .XCF while the tool is still active, it attempts to save it and causes a crash. This patch adds a check to make sure the copied filter has been commited and that it's not a tool-based NDE filter before being copied. It also adds some NULL checks where gimp_drawable_filter_duplicate is used to prevent NULL from being added to the filter stack. |
||
---|---|---|
.. | ||
meson.build | ||
xcf-load.c | ||
xcf-load.h | ||
xcf-private.h | ||
xcf-read.c | ||
xcf-read.h | ||
xcf-save.c | ||
xcf-save.h | ||
xcf-seek.c | ||
xcf-seek.h | ||
xcf-utils.c | ||
xcf-utils.h | ||
xcf-write.c | ||
xcf-write.h | ||
xcf.c | ||
xcf.h |