mirror of
https://github.com/kotatogram/kotatogram-desktop
synced 2025-09-01 15:15:13 +00:00
Fix via @bot information in stickers.
This commit is contained in:
@@ -208,12 +208,6 @@ void UnwrappedMedia::drawSurrounding(
|
|||||||
int skip = st::msgServiceNameFont->height + (reply ? st::msgReplyPadding.top() : 0);
|
int skip = st::msgServiceNameFont->height + (reply ? st::msgReplyPadding.top() : 0);
|
||||||
recty += skip;
|
recty += skip;
|
||||||
}
|
}
|
||||||
if (via) {
|
|
||||||
p.setFont(st::msgDateFont);
|
|
||||||
p.drawTextLeft(rectx, recty + st::msgReplyPadding.top(), 2 * rectx + rectw, via->text);
|
|
||||||
int skip = st::msgServiceNameFont->height + (reply ? st::msgReplyPadding.top() : 0);
|
|
||||||
recty += skip;
|
|
||||||
}
|
|
||||||
if (reply) {
|
if (reply) {
|
||||||
HistoryMessageReply::PaintFlags flags = 0;
|
HistoryMessageReply::PaintFlags flags = 0;
|
||||||
if (selected) {
|
if (selected) {
|
||||||
|
Reference in New Issue
Block a user