fixed a bug found by randomized testing
svn: r17382
This commit is contained in:
parent
345307ebbe
commit
d3e8978b55
|
@ -1808,10 +1808,10 @@ See also
|
|||
|
||||
@defmethod[(set-clickback [start exact-nonnegative-integer?]
|
||||
[end exact-nonnegative-integer?]
|
||||
[f ((is-a?/c text%
|
||||
exact-nonnegative-integer?
|
||||
exact-nonnegative-integer?)
|
||||
. -> . any)]
|
||||
[f (-> (is-a?/c text%)
|
||||
exact-nonnegative-integer?
|
||||
exact-nonnegative-integer?
|
||||
any)]
|
||||
[hilite-delta (or/c (is-a?/c style-delta%) #f) #f]
|
||||
[call-on-down? any/c #f])
|
||||
void?]{
|
||||
|
|
Loading…
Reference in New Issue
Block a user