mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2025-06-05 06:33:57 +02:00
Remove testing code in stickers view.
This commit is contained in:
parent
d2e6e7adf2
commit
aece7c1096
1 changed files with 0 additions and 2 deletions
|
@ -151,8 +151,6 @@ QSize Sticker::GetAnimatedEmojiSize(
|
||||||
|
|
||||||
void Sticker::draw(Painter &p, const QRect &r, bool selected) {
|
void Sticker::draw(Painter &p, const QRect &r, bool selected) {
|
||||||
ensureDataMediaCreated();
|
ensureDataMediaCreated();
|
||||||
paintPath(p, r, selected);
|
|
||||||
return;
|
|
||||||
if (readyToDrawLottie()) {
|
if (readyToDrawLottie()) {
|
||||||
paintLottie(p, r, selected);
|
paintLottie(p, r, selected);
|
||||||
} else if (!_data->sticker()
|
} else if (!_data->sticker()
|
||||||
|
|
Loading…
Add table
Reference in a new issue