plug-ins: fix overwriting sketchbook tiff group layer mode

in the tiff loader
Found with the coverity scan.
This commit is contained in:
Jacob Boerema 2025-08-14 18:57:38 -04:00
parent 79a92ce439
commit 634ebf97e7

View file

@ -2672,7 +2672,8 @@ convert_alias_blend (gint alias_blend_mode,
default:
if (is_group_layer)
blend_mode = GIMP_LAYER_MODE_PASS_THROUGH;
blend_mode = GIMP_LAYER_MODE_NORMAL_LEGACY;
else
blend_mode = GIMP_LAYER_MODE_NORMAL_LEGACY;
}
return blend_mode;