use low-priority callback for gears increment so events are handled

This commit is contained in:
Matthew Flatt 2010-11-12 20:36:54 -07:00
parent a07f2266c0
commit 75bc9bd718

View File

@ -335,7 +335,7 @@
(gl-flush)))
(when step?
(set! step? #f)
(queue-callback (lambda x (send this run))))))
(queue-callback (lambda x (send this run)) #f))))
(super-instantiate () (style '(gl no-autoclear)))))
(define (f)