added a comment

svn: r4349
This commit is contained in:
Robby Findler 2006-09-16 02:36:06 +00:00
parent 27ce8d0f3b
commit 7fa381cace

View File

@ -203,6 +203,7 @@
(let* ([bm (make-object bitmap% w h)]
[bdc (make-object bitmap-dc% bm)])
(send bdc clear)
; (send bdc set-smoothing 'aligned) ; causes image-inside? to fail in test suite.
(draw bdc)
(send bdc set-bitmap #f)
bm))