Fixed a bug with delete, undo and clickbacks in DrRacket

original commit: b0d909bd8fc09959beff44f92268db9ee25b0a08
This commit is contained in:
lvilnis 2011-08-25 23:53:27 -04:00 committed by Matthew Flatt
parent a8ce7a4346
commit 3f8d06d3c9

View File

@ -156,7 +156,7 @@
(for-each disown deletions)
(send editor do-insert-snips deletions start)
(for-each (lambda (cb)
(send editor set-clickback cb))
(send editor add-back-clickback cb))
clickbacks)
(send editor set-position startsel endsel)