2
0
mirror of https://github.com/kotatogram/kotatogram-desktop synced 2025-08-30 14:17:45 +00:00

Fix userpics re-generating in message reactions.

This commit is contained in:
John Preston
2022-01-27 17:15:03 +03:00
parent 217e9b2475
commit 7ad1a7dd37

View File

@@ -159,6 +159,7 @@ void InlineList::setButtonUserpics(
while (list.size() > count) {
list.pop_back();
}
button.userpics->image = QImage();
}
QSize InlineList::countOptimalSize() {