From c41b64b1b687eb5d5fa7e078bf7374d83d9d28fc Mon Sep 17 00:00:00 2001 From: Robby Findler Date: Mon, 26 Aug 2013 06:46:29 -0500 Subject: [PATCH] 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 --- pkgs/gui-pkgs/gui-lib/framework/private/text.rkt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/gui-pkgs/gui-lib/framework/private/text.rkt b/pkgs/gui-pkgs/gui-lib/framework/private/text.rkt index 76122a31..6d1122fe 100644 --- a/pkgs/gui-pkgs/gui-lib/framework/private/text.rkt +++ b/pkgs/gui-pkgs/gui-lib/framework/private/text.rkt @@ -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?)