changed the upper limit for the supersampling depth from 10 to 6 (as a

2004-02-29  Sven Neumann  <sven@gimp.org>

	* app/tools/gimpblendoptions.c: changed the upper limit for the
	supersampling depth from 10 to 6 (as a workaround for bug #133266).
This commit is contained in:
Sven Neumann 2004-02-29 15:02:04 +00:00 committed by Sven Neumann
parent 30fa1d1088
commit ad26c89bbb
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
2004-02-29 Sven Neumann <sven@gimp.org>
* app/tools/gimpblendoptions.c: changed the upper limit for the
supersampling depth from 10 to 6 (as a workaround for bug #133266).
2004-02-29 Sven Neumann <sven@gimp.org>
* libgimpwidgets/gimpunitmenu.c (gimp_unit_menu_create_selection):

View File

@ -127,7 +127,7 @@ gimp_blend_options_class_init (GimpBlendOptionsClass *klass)
0);
GIMP_CONFIG_INSTALL_PROP_INT (object_class, PROP_SUPERSAMPLE_DEPTH,
"supersample-depth", NULL,
0, 10, 3,
0, 6, 3,
0);
GIMP_CONFIG_INSTALL_PROP_DOUBLE (object_class, PROP_SUPERSAMPLE_THRESHOLD,
"supersample-threshold", NULL,