mirror of
https://github.com/telegramdesktop/tdesktop
synced 2025-08-30 14:08:41 +00:00
Fix emoji button with disabled animations.
This commit is contained in:
@@ -201,7 +201,7 @@ void EmojiButton::paintEvent(QPaintEvent *e) {
|
|||||||
: (over
|
: (over
|
||||||
? st::historyEmojiCircleFgOver
|
? st::historyEmojiCircleFgOver
|
||||||
: st::historyEmojiCircleFg));
|
: st::historyEmojiCircleFg));
|
||||||
if (_loading && anim::Disabled()) {
|
if (anim::Disabled() && _loading && _loading->animating()) {
|
||||||
anim::DrawStaticLoading(
|
anim::DrawStaticLoading(
|
||||||
p,
|
p,
|
||||||
inner,
|
inner,
|
||||||
|
Reference in New Issue
Block a user