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:
parent
bc16aa64e9
commit
5800ce1cec
|
@ -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?)
|
||||
|
|
Loading…
Reference in New Issue
Block a user