mirror of
https://github.com/vale981/tdesktop
synced 2025-03-06 02:01:40 -05: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)) {
|
||||
storage = CreateFrameStorage(request.resize);
|
||||
}
|
||||
storage.fill(Qt::transparent);
|
||||
|
||||
{
|
||||
QPainter p(&storage);
|
||||
p.setRenderHint(QPainter::Antialiasing);
|
||||
|
|
Loading…
Add table
Reference in a new issue