From 204c0b6694bef9384dcb378b9bcadd697a8f0c7a Mon Sep 17 00:00:00 2001 From: Robby Findler Date: Fri, 14 Aug 2015 05:48:09 -0500 Subject: [PATCH] fix bug in spell checker refactoring from 3dcecc00 --- gui-lib/framework/private/color.rkt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gui-lib/framework/private/color.rkt b/gui-lib/framework/private/color.rkt index 7705d654..9d00aec6 100644 --- a/gui-lib/framework/private/color.rkt +++ b/gui-lib/framework/private/color.rkt @@ -1359,8 +1359,8 @@ added get-regions (define suggestions (list-ref err 2)) (set! answer (list* - (list #t (+ pos err-start) (+ pos err-start err-len)) - (list suggestions (+ pos lp) (+ pos err-start)) + (list suggestions (+ pos err-start) (+ pos err-start err-len)) + (list #f (+ pos lp) (+ pos err-start)) answer)) (loop (cdr spellos) (+ err-start err-len))])) (loop (cdr strs)