mirror of https://github.com/procxx/kepka.git
Fix animated sticker selection.
This commit is contained in:
parent
cfff744cb1
commit
236513943c
|
@ -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…
Reference in New Issue