fixed pr 7771
svn: r1668 original commit: 388b9deff65f1f29a1cf2e0155ecadef5484f344
This commit is contained in:
parent
61d2aa1a77
commit
4daf75bcb3
|
@ -219,7 +219,7 @@
|
|||
(let loop ([snips (reverse snips)])
|
||||
(cond
|
||||
[(null? snips) (void)]
|
||||
[else (send text insert (car snips) pos pos)
|
||||
[else (send text insert (send (car snips) copy) pos pos)
|
||||
(loop (cdr snips))])))
|
||||
(send text end-edit-sequence)))
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user