www

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs

commit 3b182d975fe2eda44d481c3cc3368e09442f422f
parent c2871382e6761700d314ccd191cd9f2afd7556cc
Author: Ryan Culpepper <ryanc@racket-lang.org>
Date:   Wed,  2 Dec 2009 23:18:47 +0000

macro-stepper: fixed ? position in arrows

svn: r17167

original commit: 366ba64bc54de7f4e2b2844fb25cb3c976f92e60

Diffstat:
Mcollects/macro-debugger/syntax-browser/text.ss | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/collects/macro-debugger/syntax-browser/text.ss b/collects/macro-debugger/syntax-browser/text.ss @@ -285,7 +285,7 @@ (send dc set-text-foreground color) (send dc draw-text "?" (+ endx dx fw) - (- endy dy fh)))))))]) + (- (+ endy dy) fh)))))))]) (add-mouse-drawing from1 from2 draw tack-box) (add-mouse-drawing to1 to2 draw tack-box))))