clear the interactions text's undos from the drracket thread, not from the user thread

This commit is contained in:
Robby Findler 2012-03-25 17:25:48 -05:00
parent 0d6b825377
commit 5280ef1517

View File

@ -2813,7 +2813,10 @@ module browser threading seems wrong.
text-port
#t
(λ ()
(send interactions-text clear-undos)))))
(parameterize ([current-eventspace drracket:init:system-eventspace])
(queue-callback
(λ ()
(send interactions-text clear-undos))))))))
(inherit revert save)
(define/private (check-if-save-file-up-to-date)