cocoa: don't disable flushes on a window that isn't shown
because that doesn't seem to work Closes PR 11565
This commit is contained in:
parent
21ca120c8c
commit
bb96973c4a
|
@ -810,8 +810,9 @@
|
|||
(do-request-flush-delay
|
||||
cocoa-win
|
||||
(lambda (cocoa-win)
|
||||
(tellv cocoa-win disableFlushWindow)
|
||||
#t)
|
||||
(and (tell #:type _bool cocoa-win isVisible)
|
||||
(tellv cocoa-win disableFlushWindow)
|
||||
#t))
|
||||
(lambda (cocoa-win)
|
||||
(tellv cocoa-win enableFlushWindow))))
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user