Browse Source

Merge pull request #6074

bodwok (1):
      fix(chatlog): fixed rendering of new messages when scrolling up
reviewable/pr6082/r1
Anthony Bilinski 6 years ago
parent
commit
b2b2fa149e
No known key found for this signature in database
GPG Key ID: 2AA8E0DA1B31FB3C
  1. 2
      src/chatlog/chatlog.cpp

2
src/chatlog/chatlog.cpp

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

Loading…
Cancel
Save