original commit: 1d8ab93e9845a67980a9af9b677157153cff2f67
This commit is contained in:
Matthew Flatt 1998-09-23 13:56:04 +00:00
parent 0024f4ee20
commit 1f108cdc8b

View File

@ -334,7 +334,7 @@
(begin
(let ([h (send bm get-height)]
[w (send bm get-width)])
(send dc draw-bitmap-region
(send dc draw-bitmap-section
bm x y
0 0 w h
mode color)