mirror of
https://github.com/kotatogram/kotatogram-desktop
synced 2025-08-30 22:25:12 +00:00
Fix userpics re-generating in message reactions.
This commit is contained in:
@@ -159,6 +159,7 @@ void InlineList::setButtonUserpics(
|
|||||||
while (list.size() > count) {
|
while (list.size() > count) {
|
||||||
list.pop_back();
|
list.pop_back();
|
||||||
}
|
}
|
||||||
|
button.userpics->image = QImage();
|
||||||
}
|
}
|
||||||
|
|
||||||
QSize InlineList::countOptimalSize() {
|
QSize InlineList::countOptimalSize() {
|
||||||
|
Reference in New Issue
Block a user