adding a missing 2htdp/image color => racket/gui color coercion

closes PR 11956

original commit: 9e36dc8eb328d9c50fcdaf2a8765b09e6591e96e
This commit is contained in:
Robby Findler 2011-06-02 16:25:23 -07:00
parent 3235598f6d
commit 63f26ed181

View File

@ -1136,7 +1136,7 @@ the mask bitmap and the original bitmap are all together in a single bytes!
(define (pen->pen-obj/cache pen)
(send the-pen-list find-or-create-pen
(pen-color pen)
(get-color-arg (pen-color pen))
(pen-width pen)
(pen-style pen)
(pen-cap pen)