1
0
mirror of https://github.com/qTox/qTox.git synced 2024-03-22 14:00:36 +08:00

update typing notification on resize

This commit is contained in:
krepa098 2015-01-18 12:15:02 +01:00
parent 882d19d311
commit 9df5200fc9

View File

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