2
0
mirror of https://github.com/telegramdesktop/tdesktop synced 2025-08-30 22:16:14 +00:00

Fixed reading stickers from old versioned local storage.

Handling error when installing sticker set from featured.
This commit is contained in:
John Preston
2016-07-14 14:59:55 +03:00
parent 640f9d7389
commit bf4acc4e52
8 changed files with 74 additions and 39 deletions

View File

@@ -349,6 +349,7 @@ void BoxButton::setText(const QString &text) {
_fullText = text;
_textWidth = _st.font->width(_text);
resizeToText();
update();
}
void BoxButton::resizeToText() {