From 72d9f314bbefe512ec3cbb5b9507cf06009f790c Mon Sep 17 00:00:00 2001 From: Robby Findler Date: Tue, 18 Apr 2006 03:12:13 +0000 Subject: [PATCH] oops svn: r2700 --- collects/texpict/face.ss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/collects/texpict/face.ss b/collects/texpict/face.ss index 89fe1d0ce3..2c1423d056 100644 --- a/collects/texpict/face.ss +++ b/collects/texpict/face.ss @@ -163,7 +163,7 @@ (send dc set-brush (find-brush "white")) (send dc draw-ellipse x y w h) (series dc - (if teeth-shading? 5 1) + (if teeth-shading? 5 0) (make-object color% "darkgray") (make-object color% "lightgray") (lambda (i)