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:
@@ -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,
|
||||
|
Reference in New Issue
Block a user