Add missing processEvents call
This commit is contained in:
parent
2cf3161bff
commit
67418e11b1
1 changed files with 2 additions and 0 deletions
|
|
@ -266,6 +266,8 @@ TimelineView::renderBottomEvents(const std::vector<TimelineEvent> &events)
|
|||
}
|
||||
|
||||
lastMessageDirection_ = TimelineDirection::Bottom;
|
||||
|
||||
QApplication::processEvents();
|
||||
}
|
||||
|
||||
int
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue