plug-ins: fix overwriting sketchbook tiff group layer mode
in the tiff loader Found with the coverity scan.
This commit is contained in:
parent
79a92ce439
commit
634ebf97e7
1 changed files with 2 additions and 1 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in a new issue