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

Better have the non-destructive behavior by default.
This commit is contained in:
Jehan 2020-04-01 21:15:03 +02:00
parent 9a9e2e9a19
commit 6a972786d9

View file

@ -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,