mirror of https://github.com/GNOME/gimp.git
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:
parent
30fa1d1088
commit
ad26c89bbb
|
@ -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):
|
||||
|
|
|
@ -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,
|
||||
|
|
Loading…
Reference in New Issue