[gimp] app: change the default new layer mode in GimpDialogConfig



commit 1c91cdabc8856a60eaed0fc207efb1b00592b9b2
Author: Michael Natterer <mitch gimp org>
Date:   Tue Apr 24 13:57:24 2018 +0200

    app: change the default new layer mode in GimpDialogConfig
    
    to GIMP_LAYER_MODE_NORMAL.

 app/config/gimpdialogconfig.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/app/config/gimpdialogconfig.c b/app/config/gimpdialogconfig.c
index abf4243..a03ea0b 100644
--- a/app/config/gimpdialogconfig.c
+++ b/app/config/gimpdialogconfig.c
@@ -312,7 +312,7 @@ gimp_dialog_config_class_init (GimpDialogConfigClass *klass)
                          "Default new layer mode",
                          LAYER_NEW_MODE_BLURB,
                          GIMP_TYPE_LAYER_MODE,
-                         GIMP_LAYER_MODE_NORMAL_LEGACY,
+                         GIMP_LAYER_MODE_NORMAL,
                          GIMP_PARAM_STATIC_STRINGS);
 
   GIMP_CONFIG_PROP_ENUM (object_class, PROP_LAYER_NEW_BLEND_SPACE,


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