mirror of
https://github.com/Nheko-Reborn/nheko.git
synced 2024-11-25 12:38:48 +03:00
Append backwards events after the spacer
This commit is contained in:
parent
622fc3f9c3
commit
c6c024ccbf
1 changed files with 1 additions and 1 deletions
|
@ -327,7 +327,7 @@ void TimelineView::addTimelineItem(TimelineItem *item, TimelineDirection directi
|
|||
if (direction == TimelineDirection::Bottom)
|
||||
scroll_layout_->addWidget(item);
|
||||
else
|
||||
scroll_layout_->insertWidget(0, item);
|
||||
scroll_layout_->insertWidget(1, item);
|
||||
}
|
||||
|
||||
void TimelineView::updatePendingMessage(int txn_id, QString event_id)
|
||||
|
|
Loading…
Reference in a new issue