[gimp/wip/pippin: 61/66] app: do promotion to float by default in default settings



commit f93cb85efd79fbb31a1a76e6a9764d4132edf00e
Author: Øyvind Kolås <pippin gimp org>
Date:   Wed Jan 25 18:14:59 2017 +0100

    app: do promotion to float by default in default settings

 app/config/gimpcoreconfig.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/app/config/gimpcoreconfig.c b/app/config/gimpcoreconfig.c
index 86f1def..84345a7 100644
--- a/app/config/gimpcoreconfig.c
+++ b/app/config/gimpcoreconfig.c
@@ -625,7 +625,7 @@ gimp_core_config_class_init (GimpCoreConfigClass *klass)
                             "import-promote-float",
                             "Import promote float",
                             IMPORT_PROMOTE_FLOAT_BLURB,
-                            FALSE,
+                            TRUE,
                             GIMP_PARAM_STATIC_STRINGS);
 
   GIMP_CONFIG_PROP_BOOLEAN (object_class, PROP_IMPORT_PROMOTE_DITHER,


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