[gimp] app: move exclusion and linear-burn modes to a more logical position



commit f6a56fac519b26a79c5c2169436c22def0d26887
Author: Ell <ell_se yahoo com>
Date:   Thu Apr 26 16:06:08 2018 -0400

    app: move exclusion and linear-burn modes to a more logical position
    
    ... in the layer-mode menu (this only affects UI.)

 app/operations/layer-modes/gimp-layer-modes.c |    9 +++------
 1 files changed, 3 insertions(+), 6 deletions(-)
---
diff --git a/app/operations/layer-modes/gimp-layer-modes.c b/app/operations/layer-modes/gimp-layer-modes.c
index e26ac6f..f53da44 100644
--- a/app/operations/layer-modes/gimp-layer-modes.c
+++ b/app/operations/layer-modes/gimp-layer-modes.c
@@ -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[] =


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]