Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Merge pull request #13 from monich/qt-scaling
[mms_attachment_image] Mark non-jpeg attachments as resizable
  • Loading branch information
Slava Monich committed Mar 31, 2014
2 parents 63f3eb9 + 4f70707 commit f3e20bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mms-lib/src/mms_attachment_image.c
Expand Up @@ -317,7 +317,7 @@ void
mms_attachment_image_init(
MMSAttachmentImage* image)
{
#ifdef MMS_RESIZE_IMAGEMAGICK
#if defined(MMS_RESIZE_IMAGEMAGICK) || defined(MMS_RESIZE_QT)
image->attachment.flags |= MMS_ATTACHMENT_RESIZABLE;
#endif
}
Expand Down

0 comments on commit f3e20bb

Please sign in to comment.