Unified transform: enable Constraint:Scale by default

This commit is contained in:
Alexandre Prokoudine 2018-12-21 01:49:44 +03:00
parent 93f4b18704
commit b8bf6b86e5
1 changed files with 1 additions and 1 deletions

View File

@ -133,7 +133,7 @@ gimp_transform_grid_options_class_init (GimpTransformGridOptionsClass *klass)
GIMP_CONFIG_PROP_BOOLEAN (object_class, PROP_CONSTRAIN_SCALE,
"constrain-scale",
NULL, NULL,
FALSE,
TRUE,
GIMP_PARAM_STATIC_STRINGS);
GIMP_CONFIG_PROP_BOOLEAN (object_class, PROP_CONSTRAIN_ROTATE,