Browse Source

update typing notification on resize

pull/974/head
krepa098 11 years ago
parent
commit
9df5200fc9
  1. 1
      src/chatlog/chatlog.cpp

1
src/chatlog/chatlog.cpp

@ -638,6 +638,7 @@ void ChatLog::resizeEvent(QResizeEvent* ev)
QGraphicsView::resizeEvent(ev); QGraphicsView::resizeEvent(ev);
updateVisibleLines(); updateVisibleLines();
updateMultiSelectionRect(); updateMultiSelectionRect();
updateTypingNotification();
if(stb) if(stb)
scrollToBottom(); scrollToBottom();

Loading…
Cancel
Save