|
@@ -16755,7 +16755,8 @@ boundaries."
|
|
(if (and (car-safe old) refresh)
|
|
(if (and (car-safe old) refresh)
|
|
(image-refresh (overlay-get (cdr old) 'display))
|
|
(image-refresh (overlay-get (cdr old) 'display))
|
|
(let ((image (create-image file
|
|
(let ((image (create-image file
|
|
- (and (image-type-available-p 'imagemagick) 'imagemagick)
|
|
|
|
|
|
+ (and (image-type-available-p 'imagemagick)
|
|
|
|
+ width 'imagemagick)
|
|
nil
|
|
nil
|
|
:width width)))
|
|
:width width)))
|
|
(when image
|
|
(when image
|