2
0
mirror of https://github.com/telegramdesktop/tdesktop synced 2025-08-31 06:26:18 +00:00

Colorize emoji in text color correctly.

This commit is contained in:
John Preston
2022-12-15 19:10:51 +04:00
parent 1ab8830ba8
commit 833a259234
35 changed files with 176 additions and 147 deletions

View File

@@ -656,11 +656,6 @@ void PaintRow(
: context.selected
? &st::dialogsVerifiedIconBgOver
: &st::dialogsVerifiedIconBg),
.preview = (context.active
? st::dialogsScamFgActive
: context.selected
? st::windowBgRipple
: st::windowBgOver)->c,
.customEmojiRepaint = customEmojiRepaint,
.now = context.now,
.paused = context.paused,