mirror of
https://github.com/telegramdesktop/tdesktop
synced 2025-08-31 06:26:18 +00:00
Show inline path thumbnails for stickers.
This commit is contained in:
@@ -779,6 +779,12 @@ void StickerSetBox::Inner::paintSticker(
|
||||
ppos,
|
||||
width(),
|
||||
image->pix(w, h));
|
||||
} else {
|
||||
ChatHelpers::PaintStickerThumbnailPath(
|
||||
p,
|
||||
media.get(),
|
||||
QRect(ppos, QSize(w, h)),
|
||||
st::windowBgRipple->c);
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user