Fix shapes with borders to work with pen styles.

This commit is contained in:
Vincent St-Amour 2014-04-16 15:13:45 -04:00
parent 744fde1fa8
commit 80bf6a93e5

View File

@ -227,7 +227,7 @@
find-or-create-pen
border-color
border-width
'solid))
(send old-pen get-style)))
(send dc draw-path dc-path (- dx x) (- dy y))
(send dc set-brush old-brush)
(send dc set-pen old-pen))