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:
parent
9a9e2e9a19
commit
6a972786d9
1 changed files with 1 additions and 1 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Reference in a new issue