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:
Michael Natterer 2003-02-21 12:24:34 +00:00 committed by Michael Natterer
parent 5f5e0bf5d6
commit 361c288c93
2 changed files with 7 additions and 1 deletions

View File

@ -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:

View File

@ -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,