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