added smoothing to show-pict

svn: r1298
This commit is contained in:
Robby Findler 2005-11-12 17:20:12 +00:00
parent 4d6d674d9f
commit 010001efba

View File

@ -56,6 +56,7 @@
(super-instantiate ())))
(define f (make-object pict-frame% "MrPict"))
(define c (make-object pict-canvas% f))
(send (send c get-dc) set-smoothing 'aligned)
(send f set-pict p)
(send f show #t)))