pasteboard printing fix

svn: r14489
This commit is contained in:
Matthew Flatt 2009-04-11 13:37:14 +00:00
parent ae7b6c6716
commit c98e4e0881

View File

@ -2081,7 +2081,7 @@
(when (or (zero? (unbox w))
(zero? (unbox h)))
(get-default-print-size w h))
(send (current-ps-setup) get-editor-marginhm vm))
(send (current-ps-setup) get-editor-margin hm vm))
(let ([W (- w (* 2 hm))]
[H (- h (* 2 vm))])
(let-boxes ([w 0.0]