.
original commit: b52c12cc3707d812b821618fefc8942d62637c37
This commit is contained in:
parent
6eecef52d6
commit
984dd9daff
|
@ -1323,10 +1323,8 @@
|
|||
(lambda ()
|
||||
(let ([mred (get-mred)])
|
||||
(if mred
|
||||
(if (and (eq? 'windows (system-type))
|
||||
(not (eq? (wx:current-eventspace)
|
||||
(ivar (get-top-level) eventspace))))
|
||||
;; Windows circumvented event queue, so delay
|
||||
(if (eq? 'windows (system-type))
|
||||
;; Windows can circumvent the event queue, so delay
|
||||
(queue-window-callback
|
||||
this
|
||||
(lambda () (send mred on-paint)))
|
||||
|
|
Loading…
Reference in New Issue
Block a user