fix 'launder'

svn: r16519
This commit is contained in:
Matthew Flatt 2009-11-03 17:22:33 +00:00
parent 987096c1ce
commit f51803a3c7

View File

@ -186,11 +186,11 @@
(car l)
(loop (cdr l)))
l))])
(let ([b (blank (pict-width l) (pict-height l)
(pict-ascent l) (pict-descent l))])
(let ([b2 (blank (pict-width l) (pict-height l)
(pict-ascent l) (pict-descent l))])
(use-last/unchecked
(pin-over box x y b)
b)))]))))
(pin-over b x y b2)
b2)))]))))
(define (lift p n)
(let* ([dh (- (max 0 (- n (pict-descent p))))]