fix colorize' nested inside
(linewidth #f ...)'
This commit is contained in:
parent
d5b25eb500
commit
c5b94831e4
|
@ -410,7 +410,7 @@
|
|||
(unless requested-color
|
||||
(fprintf (current-error-port)
|
||||
"WARNING: couldn't find color: ~s\n" (cadr x)))
|
||||
(set-pen (find-or-create-pen color (send p get-width) 'solid))
|
||||
(set-pen (find-or-create-pen color (send p get-width) (send p get-style)))
|
||||
(set-brush (find-or-create-brush color 'solid))
|
||||
(set-text-foreground color))
|
||||
(loop dx dy (caddr x))
|
||||
|
|
Loading…
Reference in New Issue
Block a user