mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2025-04-19 07:37:11 +02:00
Fix userpics re-generating in message reactions.
This commit is contained in:
parent
217e9b2475
commit
7ad1a7dd37
1 changed files with 1 additions and 0 deletions
|
@ -159,6 +159,7 @@ void InlineList::setButtonUserpics(
|
|||
while (list.size() > count) {
|
||||
list.pop_back();
|
||||
}
|
||||
button.userpics->image = QImage();
|
||||
}
|
||||
|
||||
QSize InlineList::countOptimalSize() {
|
||||
|
|
Loading…
Add table
Reference in a new issue