clean up pre-drawing of canvases for a frame to show

This commit is contained in:
Matthew Flatt 2010-12-24 20:00:41 -06:00
parent 9c12f7aaa5
commit a3adf07fd2

View File

@ -407,7 +407,7 @@
(define/override (show-children)
(super show-children)
(fix-dc)
;; (fix-dc) ; inteferes with `paint-children''
(resume-all-reg-blits))
(define/override (fixup-locations-children)