Add missing processEvents call

This commit is contained in:
Konstantinos Sideris 2018-01-25 17:18:37 +02:00
parent 2cf3161bff
commit 67418e11b1

View File

@ -266,6 +266,8 @@ TimelineView::renderBottomEvents(const std::vector<TimelineEvent> &events)
}
lastMessageDirection_ = TimelineDirection::Bottom;
QApplication::processEvents();
}
int