fixed a bug in copy/paste of images that have a zero dimension
svn: r12448 original commit: 00abb80504d5c5c6839a6240e4969fd18d66fbad
This commit is contained in:
parent
2c3393f53e
commit
e5ebfcb6b9
|
@ -269,7 +269,7 @@
|
|||
[height (argb-height argb)]
|
||||
[argb-vector (argb-vector argb)]
|
||||
[bitmap (argb->bitmap argb)]
|
||||
[mask (send bitmap get-loaded-mask)])
|
||||
[mask (and bitmap (send bitmap get-loaded-mask))])
|
||||
(new cache-image-snip%
|
||||
(width width)
|
||||
(height height)
|
||||
|
|
Loading…
Reference in New Issue
Block a user