Improve scrolling and dynamic backlog fetching behavior
[quassel.git] / src / qtui / chatscene.cpp
index 3eacdc4..bed0d65 100644 (file)
@@ -134,6 +134,7 @@ void ChatScene::rowsInserted(const QModelIndex &index, int start, int end) {
     }
     setSceneRect(QRectF(0, 0, _width, _height));
     emit heightChanged(_height);
+    emit heightChangedAt(_lines.at(start)->y(), h);
   }
 }