cocoa: repair location fixup on screen change

This commit is contained in:
Matthew Flatt 2010-11-24 10:38:20 -07:00
parent 14a72b5a08
commit e2072d5afb

View File

@ -545,5 +545,6 @@
;; in atomic mode
(for ([b (in-hash-values all-windows)])
(let ([f (weak-box-value b)])
(send f fixup-locations-children)))))
(when f
(send f fixup-locations-children))))))