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