2
0
mirror of https://github.com/kotatogram/kotatogram-desktop synced 2025-08-30 06:07:45 +00:00

Fix animated sticker selection.

This commit is contained in:
John Preston 2019-05-14 11:19:08 +03:00
parent cfff744cb1
commit 236513943c

View File

@ -92,6 +92,8 @@ private:
if (!GoodStorageForFrame(storage, request.resize)) {
storage = CreateFrameStorage(request.resize);
}
storage.fill(Qt::transparent);
{
QPainter p(&storage);
p.setRenderHint(QPainter::Antialiasing);