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

original commit: 5800ce1cec7a678b3e67ba259baa507dfc6b7b82
This commit is contained in:
Robby Findler 2013-08-26 06:46:29 -05:00
parent 1e8179046f
commit c41b64b1b6

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?)