Fix animated sticker selection.

This commit is contained in:
John Preston 2019-05-14 11:19:08 +03:00
parent cfff744cb1
commit 236513943c
1 changed files with 2 additions and 0 deletions

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);