.
original commit: fa9a6acd2ed1afe447d4480d337ffb0a3b161db4
This commit is contained in:
parent
e5c7295146
commit
6acee2d830
|
@ -624,9 +624,9 @@
|
||||||
(case-lambda
|
(case-lambda
|
||||||
[() (not perform-updates?)]
|
[() (not perform-updates?)]
|
||||||
[(f) (set! perform-updates? (not f))
|
[(f) (set! perform-updates? (not f))
|
||||||
(when pending-redraws?
|
(when (and perform-updates? pending-redraws?)
|
||||||
(force-redraw))
|
(force-redraw))
|
||||||
(when (positive? (hash-table-count show-ht))
|
(when (and perform-updates? (positive? (hash-table-count show-ht)))
|
||||||
(let ([t show-ht])
|
(let ([t show-ht])
|
||||||
(set! show-ht (make-hash-table))
|
(set! show-ht (make-hash-table))
|
||||||
(hash-table-for-each
|
(hash-table-for-each
|
||||||
|
|
Loading…
Reference in New Issue
Block a user