use low-priority callback for gears increment so events are handled
This commit is contained in:
parent
a07f2266c0
commit
75bc9bd718
|
@ -335,7 +335,7 @@
|
||||||
(gl-flush)))
|
(gl-flush)))
|
||||||
(when step?
|
(when step?
|
||||||
(set! step? #f)
|
(set! step? #f)
|
||||||
(queue-callback (lambda x (send this run))))))
|
(queue-callback (lambda x (send this run)) #f))))
|
||||||
|
|
||||||
(super-instantiate () (style '(gl no-autoclear)))))
|
(super-instantiate () (style '(gl no-autoclear)))))
|
||||||
(define (f)
|
(define (f)
|
||||||
|
|
Loading…
Reference in New Issue
Block a user