app: "shift" property in tiling was to be soft-limited by image width.

This commit is contained in:
Jehan 2017-03-27 23:46:11 +02:00
parent 5e7d9d8b00
commit 79a0ca5927
1 changed files with 4 additions and 0 deletions

View File

@ -134,6 +134,10 @@ gimp_tiling_class_init (GimpTilingClass *klass)
GIMP_PARAM_STATIC_STRINGS |
GIMP_SYMMETRY_PARAM_GUI);
pspec = g_object_class_find_property (object_class, "shift");
gegl_param_spec_set_property_key (pspec, "unit", "pixel-distance");
gegl_param_spec_set_property_key (pspec, "axis", "x");
GIMP_CONFIG_PROP_INT (object_class, PROP_MAX_X,
"max-x",
_("Max strokes X"),