svn: r17465
This commit is contained in:
parent
7df292b701
commit
9a11ad1d67
|
@ -250,7 +250,7 @@
|
|||
(let ([b (box d)])
|
||||
(set! w (cons b w))
|
||||
;; low priority, otherwise it's too fast
|
||||
(queue-callback (lambda () (unbox b)) #f))]
|
||||
(queue-callback (lambda () ((unbox b))) #f))]
|
||||
[(< draw# 0)
|
||||
(set-draw#!)
|
||||
(for-each (lambda (b) (set-box! b void)) w)
|
||||
|
|
Loading…
Reference in New Issue
Block a user