mirror of
https://github.com/qTox/qTox.git
synced 2024-03-22 14:00:36 +08:00
don't forget to reposition the typingNotification on insertChatline*
This commit is contained in:
parent
e85ff58223
commit
ee902ee1b0
|
@ -426,6 +426,7 @@ void ChatLog::insertChatlineAtBottom(ChatLine::Ptr l)
|
|||
scrollToBottom();
|
||||
|
||||
checkVisibility();
|
||||
updateTypingNotification();
|
||||
}
|
||||
|
||||
void ChatLog::insertChatlineOnTop(ChatLine::Ptr l)
|
||||
|
@ -464,6 +465,7 @@ void ChatLog::insertChatlineOnTop(const QList<ChatLine::Ptr>& newLines)
|
|||
scrollToBottom();
|
||||
|
||||
checkVisibility();
|
||||
updateTypingNotification();
|
||||
}
|
||||
|
||||
bool ChatLog::stickToBottom() const
|
||||
|
|
Loading…
Reference in New Issue
Block a user