another fix to the 102 column guide

This should make it disappear properly when
the file's width goes down below the column guide

fix a bug in 27603faf, I believe
This commit is contained in:
Robby Findler 2013-08-26 06:46:29 -05:00
parent bc16aa64e9
commit 5800ce1cec

View File

@ -953,7 +953,7 @@
(equal? new-draw-the-line? old-draw-the-line?))
(set! old-draw-the-line? new-draw-the-line?)
(set! left-padding left)
(invalidate-bitmap-cache)))
(invalidate-bitmap-cache 0.0 0.0 'display-end 'display-end)))
;; pre: aw initialized to current value
(define/private (draw-the-line?)