added smoothing to show-pict
svn: r1298
This commit is contained in:
parent
4d6d674d9f
commit
010001efba
|
@ -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)))
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user