mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2025-04-16 14:17:12 +02:00
parent
3ac222db62
commit
ef685aa0da
1 changed files with 1 additions and 1 deletions
|
@ -325,7 +325,7 @@ void UnwrappedMedia::drawSurrounding(
|
|||
recty += skip;
|
||||
} else if (via) {
|
||||
p.setFont(st::msgDateFont);
|
||||
p.drawTextLeft(rectx, recty + st::msgReplyPadding.top(), 2 * textx + textw, via->text);
|
||||
p.drawTextLeft(textx, recty + st::msgReplyPadding.top(), 2 * textx + textw, via->text);
|
||||
|
||||
const auto skip = st::msgServiceNameFont->height
|
||||
+ (reply ? st::msgReplyPadding.top() : 0);
|
||||
|
|
Loading…
Add table
Reference in a new issue