mirror of
https://github.com/telegramdesktop/tdesktop
synced 2025-08-31 06:26:18 +00:00
New empty user/chat photos: with filled background and initials.
This commit is contained in:
@@ -553,7 +553,7 @@ void HistoryInner::paintEvent(QPaintEvent *e) {
|
||||
|
||||
// paint the userpic if it intersects the painted rect
|
||||
if (userpicTop + st::msgPhotoSize > r.top()) {
|
||||
message->from()->paintUserpicLeft(p, st::msgPhotoSize, st::historyPhotoLeft, userpicTop, message->history()->width);
|
||||
message->from()->paintUserpicLeft(p, st::historyPhotoLeft, userpicTop, message->history()->width, st::msgPhotoSize);
|
||||
}
|
||||
return true;
|
||||
});
|
||||
|
Reference in New Issue
Block a user