fixed PR 7786

svn: r1732
This commit is contained in:
Robby Findler 2005-12-31 14:32:54 +00:00
parent 00d989a80a
commit f1904d29c1

View File

@ -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