mirror of
https://github.com/Nheko-Reborn/nheko.git
synced 2024-11-22 19:08:58 +03:00
Fix lambda capture issue
This commit is contained in:
parent
80a8810116
commit
24a6495291
1 changed files with 1 additions and 1 deletions
|
@ -93,7 +93,7 @@ UserMentions::pushItem(const QString &event_id,
|
|||
|
||||
local_scroll_layout_->addWidget(local_view_item);
|
||||
|
||||
QTimer::singleShot(0, this, [local_view_item, this]() {
|
||||
QTimer::singleShot(0, this, [local_view_item]() {
|
||||
local_view_item->show();
|
||||
local_view_item->adjustSize();
|
||||
});
|
||||
|
|
Loading…
Reference in a new issue