2
0
mirror of https://github.com/kotatogram/kotatogram-desktop synced 2025-08-31 06:35:14 +00:00
This commit is contained in:
John Preston
2015-07-01 01:59:21 +03:00
8 changed files with 20 additions and 17 deletions

View File

@@ -3147,6 +3147,9 @@ HistorySticker::HistorySticker(DocumentData *document) : HistoryMedia()
, pixw(1), pixh(1), data(document), lastw(0)
{
data->thumb->load();
if (!data->sticker->alt.isEmpty()) {
_emoji = data->sticker->alt;
}
}
void HistorySticker::initDimensions(const HistoryItem *parent) {