app: lower the upper limit for feather selection
The real upper limit was 1500 from the standard deviation of
gegl:gaussian blur multiplied with a magic number 3.5,
see 586bb73293
This commit is contained in:
@ -158,7 +158,7 @@ select_feather_cmd_callback (GimpAction *action,
|
||||
gimp_standard_help_func,
|
||||
GIMP_HELP_SELECTION_FEATHER,
|
||||
_("Feather selection by"),
|
||||
config->selection_feather_radius, 0, 32767, 3,
|
||||
config->selection_feather_radius, 0, 5250, 3,
|
||||
gimp_display_get_shell (display)->unit,
|
||||
MIN (xres, yres),
|
||||
FALSE,
|
||||
|
Reference in New Issue
Block a user