fix set-bitmap in image-snip% (PR 10188)

svn: r14471
This commit is contained in:
Matthew Flatt 2009-04-08 23:34:41 +00:00
parent 9f2e546f01
commit d74cb0735d

View File

@ -1039,7 +1039,7 @@
'unknown))
(def/public (set-bitmap [(make-or-false bitmap%) map]
[(make-or-false bitmap%) msk])
[(make-or-false bitmap%) [msk #f]])
(do-set-bitmap map msk #t))
(define/private (do-set-bitmap map msk refresh?)