Browse Source

don't forget to reposition the typingNotification on insertChatline*

pull/974/head
krepa098 11 years ago
parent
commit
ee902ee1b0
  1. 2
      src/chatlog/chatlog.cpp

2
src/chatlog/chatlog.cpp

@ -426,6 +426,7 @@ void ChatLog::insertChatlineAtBottom(ChatLine::Ptr l) @@ -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) @@ -464,6 +465,7 @@ void ChatLog::insertChatlineOnTop(const QList<ChatLine::Ptr>& newLines)
scrollToBottom();
checkVisibility();
updateTypingNotification();
}
bool ChatLog::stickToBottom() const

Loading…
Cancel
Save