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

Loading…
Cancel
Save