probable bug fix for arrowheads line drawing
svn: r13883
This commit is contained in:
parent
b58c5881c6
commit
754bd0a84d
|
@ -186,7 +186,7 @@
|
||||||
(send dc set-pen (send the-pen-list
|
(send dc set-pen (send the-pen-list
|
||||||
find-or-create-pen
|
find-or-create-pen
|
||||||
(send p get-color)
|
(send p get-color)
|
||||||
0
|
(if solid? 0 (send p get-width))
|
||||||
'solid))
|
'solid))
|
||||||
(send dc set-brush (send the-brush-list
|
(send dc set-brush (send the-brush-list
|
||||||
find-or-create-brush
|
find-or-create-brush
|
||||||
|
|
Loading…
Reference in New Issue
Block a user