diff --git a/src/chatlog/chatlog.cpp b/src/chatlog/chatlog.cpp index 148e241a6..377a37c22 100644 --- a/src/chatlog/chatlog.cpp +++ b/src/chatlog/chatlog.cpp @@ -638,6 +638,7 @@ void ChatLog::resizeEvent(QResizeEvent* ev) QGraphicsView::resizeEvent(ev); updateVisibleLines(); updateMultiSelectionRect(); + updateTypingNotification(); if(stb) scrollToBottom();