1
0
mirror of https://github.com/qTox/qTox.git synced 2024-03-22 14:00:36 +08:00

Merge pull request #6074

bodwok (1):
      fix(chatlog): fixed rendering of new messages when scrolling up
This commit is contained in:
Anthony Bilinski 2020-04-12 00:02:23 -07:00
commit b2b2fa149e
No known key found for this signature in database
GPG Key ID: 2AA8E0DA1B31FB3C

View File

@ -410,6 +410,8 @@ void ChatLog::insertChatlineAtBottom(const QList<ChatLine::Ptr>& newLines)
// redo layout only when scrolled down
if(stickToBottom()) {
startResizeWorker(true);
} else {
updateSceneRect();
}
}