[gimp/gimp-2-10] app: make new feature delete-pixels in Crop tool FALSE by default.
- From: Jehan <jehanp src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gimp/gimp-2-10] app: make new feature delete-pixels in Crop tool FALSE by default.
- Date: Wed, 1 Apr 2020 19:26:00 +0000 (UTC)
commit 16678f4db0dde25345f6f3f58729931a02508b6f
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.
(cherry picked from commit 6a972786d907d7b5736733e5aea82c43dbb79bb0)
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 8884e2ea81..b2112498c0 100644
--- a/app/tools/gimpcropoptions.c
+++ b/app/tools/gimpcropoptions.c
@@ -100,7 +100,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]