added a comment
svn: r4349
This commit is contained in:
parent
27ce8d0f3b
commit
7fa381cace
|
@ -203,6 +203,7 @@
|
||||||
(let* ([bm (make-object bitmap% w h)]
|
(let* ([bm (make-object bitmap% w h)]
|
||||||
[bdc (make-object bitmap-dc% bm)])
|
[bdc (make-object bitmap-dc% bm)])
|
||||||
(send bdc clear)
|
(send bdc clear)
|
||||||
|
; (send bdc set-smoothing 'aligned) ; causes image-inside? to fail in test suite.
|
||||||
(draw bdc)
|
(draw bdc)
|
||||||
(send bdc set-bitmap #f)
|
(send bdc set-bitmap #f)
|
||||||
bm))
|
bm))
|
||||||
|
|
Loading…
Reference in New Issue
Block a user