mirror of https://github.com/GNOME/gimp.git
app: add LEGACY flag to NORMAL_LEGACY mode
Not that we use that for anything...
This commit is contained in:
parent
b22c09e7b7
commit
7b23e0e937
|
@ -78,7 +78,8 @@ static const GimpLayerModeInfo layer_mode_infos[] =
|
|||
|
||||
.op_name = "gimp:normal",
|
||||
.function = gimp_operation_normal_process,
|
||||
.flags = GIMP_LAYER_MODE_FLAG_BLEND_SPACE_IMMUTABLE |
|
||||
.flags = GIMP_LAYER_MODE_FLAG_LEGACY |
|
||||
GIMP_LAYER_MODE_FLAG_BLEND_SPACE_IMMUTABLE |
|
||||
GIMP_LAYER_MODE_FLAG_COMPOSITE_SPACE_IMMUTABLE |
|
||||
GIMP_LAYER_MODE_FLAG_COMPOSITE_MODE_IMMUTABLE,
|
||||
.context = GIMP_LAYER_MODE_CONTEXT_ALL,
|
||||
|
|
Loading…
Reference in New Issue