mirror of https://github.com/procxx/kepka.git
Remove thumbnail for colored animated emoji.
This commit is contained in:
parent
6710372d27
commit
93793d8bdd
|
@ -84,7 +84,7 @@ void Sticker::draw(Painter &p, const QRect &r, bool selected) {
|
||||||
|
|
||||||
if (_lottie && _lottie->ready()) {
|
if (_lottie && _lottie->ready()) {
|
||||||
paintLottie(p, r, selected);
|
paintLottie(p, r, selected);
|
||||||
} else if (!_lottie || !_replacements) {
|
} else if (!sticker->animated || !_replacements) {
|
||||||
paintPixmap(p, r, selected);
|
paintPixmap(p, r, selected);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue