app: move exclusion and linear-burn modes to a more logical position
... in the layer-mode menu (this only affects UI.)
This commit is contained in:
@ -863,6 +863,7 @@ static const GimpLayerMode layer_mode_group_default[] =
|
||||
GIMP_LAYER_MODE_LUMA_DARKEN_ONLY,
|
||||
GIMP_LAYER_MODE_MULTIPLY,
|
||||
GIMP_LAYER_MODE_BURN,
|
||||
GIMP_LAYER_MODE_LINEAR_BURN,
|
||||
|
||||
GIMP_LAYER_MODE_SEPARATOR,
|
||||
|
||||
@ -877,6 +878,7 @@ static const GimpLayerMode layer_mode_group_default[] =
|
||||
GIMP_LAYER_MODE_SEPARATOR,
|
||||
|
||||
GIMP_LAYER_MODE_DIFFERENCE,
|
||||
GIMP_LAYER_MODE_EXCLUSION,
|
||||
GIMP_LAYER_MODE_SUBTRACT,
|
||||
GIMP_LAYER_MODE_GRAIN_EXTRACT,
|
||||
GIMP_LAYER_MODE_GRAIN_MERGE,
|
||||
@ -895,12 +897,7 @@ static const GimpLayerMode layer_mode_group_default[] =
|
||||
GIMP_LAYER_MODE_LCH_CHROMA,
|
||||
GIMP_LAYER_MODE_LCH_COLOR,
|
||||
GIMP_LAYER_MODE_LCH_LIGHTNESS,
|
||||
GIMP_LAYER_MODE_LUMINANCE,
|
||||
|
||||
GIMP_LAYER_MODE_SEPARATOR,
|
||||
|
||||
GIMP_LAYER_MODE_EXCLUSION,
|
||||
GIMP_LAYER_MODE_LINEAR_BURN
|
||||
GIMP_LAYER_MODE_LUMINANCE
|
||||
};
|
||||
|
||||
static const GimpLayerMode layer_mode_group_legacy[] =
|
||||
|
Reference in New Issue
Block a user