[gimp] app: make new feature delete-pixels in Crop tool FALSE by default.



commit 6a972786d907d7b5736733e5aea82c43dbb79bb0
Author: Jehan <jehan girinstud io>
Date:   Wed Apr 1 21:15:03 2020 +0200

    app: make new feature delete-pixels in Crop tool FALSE by default.
    
    Better have the non-destructive behavior by default.

 app/tools/gimpcropoptions.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/app/tools/gimpcropoptions.c b/app/tools/gimpcropoptions.c
index 7b8bb7659b..8d651286ea 100644
--- a/app/tools/gimpcropoptions.c
+++ b/app/tools/gimpcropoptions.c
@@ -101,7 +101,7 @@ gimp_crop_options_class_init (GimpCropOptionsClass *klass)
                             "delete-pixels",
                             _("Delete cropped pixels"),
                             _("Discard non-locked layer data that falls out of the crop region"),
-                            TRUE,
+                            FALSE,
                             GIMP_PARAM_STATIC_STRINGS);
 
   GIMP_CONFIG_PROP_BOOLEAN (object_class, PROP_ALLOW_GROWING,


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