mirror of https://github.com/GNOME/gimp.git
app: specify blend function for GIMP_LAYER_MODE_COLOR_ERASE_LEGACY
This is what happens when you edit code with sed :P
This commit is contained in:
parent
0cfe550639
commit
77f51dd737
|
@ -357,6 +357,7 @@ static const GimpLayerModeInfo layer_mode_infos[] =
|
|||
{ GIMP_LAYER_MODE_COLOR_ERASE_LEGACY,
|
||||
|
||||
.op_name = "gimp:layer-mode",
|
||||
.blend_function = gimp_operation_layer_mode_blend_color_erase,
|
||||
.flags = GIMP_LAYER_MODE_FLAG_LEGACY |
|
||||
GIMP_LAYER_MODE_FLAG_BLEND_SPACE_IMMUTABLE |
|
||||
GIMP_LAYER_MODE_FLAG_COMPOSITE_SPACE_IMMUTABLE |
|
||||
|
|
Loading…
Reference in New Issue