distress-select.scm: Limit threshold to 1-254 to avoid loss of selection

Fixes bug #595828.
This commit is contained in:
Kevin Cozens 2011-11-09 15:44:25 -05:00
parent 27bef34bd5
commit e5f6a6d9ea

View file

@ -107,7 +107,7 @@
"RGB*,GRAY*"
SF-IMAGE "The image" 0
SF-DRAWABLE "The layer" 0
SF-ADJUSTMENT _"Threshold (bigger 1<-->255 smaller)" '(127 1 255 1 10 0 0)
SF-ADJUSTMENT _"Threshold (bigger 1<-->254 smaller)" '(127 1 254 1 10 0 0)
SF-ADJUSTMENT _"Spread" '(8 0 1000 1 10 0 1)
SF-ADJUSTMENT _"Granularity (1 is low)" '(4 1 25 1 10 0 1)
SF-ADJUSTMENT _"Smooth" '(2 1 150 1 10 0 1)