From 6a972786d907d7b5736733e5aea82c43dbb79bb0 Mon Sep 17 00:00:00 2001 From: Jehan Date: Wed, 1 Apr 2020 21:15:03 +0200 Subject: [PATCH] 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,