the default value of "clip" is FALSE, not TRUE. Fixes bug #106644.
2003-02-21 Michael Natterer <mitch@gimp.org> * app/tools/gimptransformoptions.c (gimp_transform_options_class_init): the default value of "clip" is FALSE, not TRUE. Fixes bug #106644.
This commit is contained in:

committed by
Michael Natterer

parent
5f5e0bf5d6
commit
361c288c93
@ -1,3 +1,9 @@
|
|||||||
|
2003-02-21 Michael Natterer <mitch@gimp.org>
|
||||||
|
|
||||||
|
* app/tools/gimptransformoptions.c
|
||||||
|
(gimp_transform_options_class_init): the default value of "clip"
|
||||||
|
is FALSE, not TRUE. Fixes bug #106644.
|
||||||
|
|
||||||
2003-02-21 Michael Natterer <mitch@gimp.org>
|
2003-02-21 Michael Natterer <mitch@gimp.org>
|
||||||
|
|
||||||
Refactored the GimpDisplayShell update/draw code:
|
Refactored the GimpDisplayShell update/draw code:
|
||||||
|
@ -133,7 +133,7 @@ gimp_transform_options_class_init (GimpTransformOptionsClass *klass)
|
|||||||
0);
|
0);
|
||||||
GIMP_CONFIG_INSTALL_PROP_BOOLEAN (object_class, PROP_CLIP,
|
GIMP_CONFIG_INSTALL_PROP_BOOLEAN (object_class, PROP_CLIP,
|
||||||
"clip", NULL,
|
"clip", NULL,
|
||||||
TRUE,
|
FALSE,
|
||||||
0);
|
0);
|
||||||
GIMP_CONFIG_INSTALL_PROP_ENUM (object_class, PROP_GRID_TYPE,
|
GIMP_CONFIG_INSTALL_PROP_ENUM (object_class, PROP_GRID_TYPE,
|
||||||
"grid-type", NULL,
|
"grid-type", NULL,
|
||||||
|
Reference in New Issue
Block a user