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