fixed PR 8138

svn: r3432
This commit is contained in:
Robby Findler 2006-06-22 02:58:42 +00:00
parent 18cf27ac40
commit d74f28ace8

View File

@ -664,9 +664,9 @@ profile todo:
(when frame
(send frame show #t))
(when (and rep editor)
(cond
[(is-a? editor text:basic<%>)
(send rep highlight-error editor position (+ position span))]))))
(when (is-a? editor text:basic<%>)
(send rep highlight-error editor position (+ position span))
(send editor set-caret-owner #f 'global)))))