mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2025-06-07 15:43:55 +02:00
Fix animated sticker selection.
This commit is contained in:
parent
cfff744cb1
commit
236513943c
1 changed files with 2 additions and 0 deletions
|
@ -92,6 +92,8 @@ private:
|
||||||
if (!GoodStorageForFrame(storage, request.resize)) {
|
if (!GoodStorageForFrame(storage, request.resize)) {
|
||||||
storage = CreateFrameStorage(request.resize);
|
storage = CreateFrameStorage(request.resize);
|
||||||
}
|
}
|
||||||
|
storage.fill(Qt::transparent);
|
||||||
|
|
||||||
{
|
{
|
||||||
QPainter p(&storage);
|
QPainter p(&storage);
|
||||||
p.setRenderHint(QPainter::Antialiasing);
|
p.setRenderHint(QPainter::Antialiasing);
|
||||||
|
|
Loading…
Add table
Reference in a new issue