mirror of https://github.com/GNOME/gimp.git
app: remove ANTI_ERASE from filter mode set
It used to be included in "Edit -> Fade", but it's too low-level.
This commit is contained in:
parent
693eeae96b
commit
59f3b07c5f
|
@ -838,7 +838,6 @@ static const GimpLayerModeInfo layer_mode_infos[] =
|
|||
.flags = GIMP_LAYER_MODE_FLAG_BLEND_SPACE_IMMUTABLE |
|
||||
GIMP_LAYER_MODE_FLAG_COMPOSITE_SPACE_IMMUTABLE |
|
||||
GIMP_LAYER_MODE_FLAG_ALPHA_ONLY,
|
||||
.context = GIMP_LAYER_MODE_CONTEXT_FILTER,
|
||||
.paint_composite_mode = GIMP_LAYER_COMPOSITE_UNION,
|
||||
.composite_mode = GIMP_LAYER_COMPOSITE_UNION
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue