mirror of https://github.com/GNOME/gimp.git
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:
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>
|
||||
|
||||
Refactored the GimpDisplayShell update/draw code:
|
||||
|
|
|
@ -133,7 +133,7 @@ gimp_transform_options_class_init (GimpTransformOptionsClass *klass)
|
|||
0);
|
||||
GIMP_CONFIG_INSTALL_PROP_BOOLEAN (object_class, PROP_CLIP,
|
||||
"clip", NULL,
|
||||
TRUE,
|
||||
FALSE,
|
||||
0);
|
||||
GIMP_CONFIG_INSTALL_PROP_ENUM (object_class, PROP_GRID_TYPE,
|
||||
"grid-type", NULL,
|
||||
|
|
Loading…
Reference in New Issue