Skip to content

Fix #9975 libgimp: missing cases for GimpResource in gimpgpparams

Lloyd Konneker requested to merge bootchk/gimp:libgimpFixResource into master

I tested it in another branch with upcoming changes to ScriptFu for binding to resources. Seems to work.

There could be another change that could be done. See the existing comments in the code: /* g_type_is_a() because the core has layer subclasses */ Not sure if that is need for GimpResource also? Whether that is just shorter code?

Merge request reports