mirror of
https://github.com/kotatogram/kotatogram-desktop
synced 2025-08-30 22:25:12 +00:00
Fix animated sticker selection.
This commit is contained in:
@@ -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);
|
||||||
|
Reference in New Issue
Block a user