1
0
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:
krepa098 2015-01-17 11:35:09 +01:00
parent e85ff58223
commit ee902ee1b0

View File

@ -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