fixed PR 7786
svn: r1732
This commit is contained in:
parent
00d989a80a
commit
f1904d29c1
|
@ -163,7 +163,8 @@
|
|||
;; split/collapse-text : (instanceof menu%) (instanceof editor<%>) (instanceof mouse-event%) -> void
|
||||
(define (split/collapse-text menu text event)
|
||||
(when (and (is-a? text -text<%>)
|
||||
(not (send text is-frozen?)))
|
||||
(not (send text is-frozen?))
|
||||
(not (send text is-stopped?)))
|
||||
(let* ([on-it-box (box #f)]
|
||||
[click-pos
|
||||
(call-with-values
|
||||
|
|
Loading…
Reference in New Issue
Block a user