2
0
mirror of https://github.com/kotatogram/kotatogram-desktop synced 2025-08-31 06:35:14 +00:00

Recount grouping after leader caption edit.

This commit is contained in:
John Preston
2017-12-16 19:25:21 +04:00
parent 963e969d2a
commit 1f070da202
5 changed files with 17 additions and 1 deletions

View File

@@ -1608,6 +1608,7 @@ void HistoryMessage::setMedia(const MTPMessageMedia *media) {
_textWidth = -1;
_textHeight = 0;
}
_history->recountGroupingAround(this);
}
void HistoryMessage::setText(const TextWithEntities &textWithEntities) {