X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=blobdiff_plain;f=src%2Fqtui%2Fchatscene.cpp;h=bed0d65cc7082cb0e5affdba6a8533f4e35fac55;hp=3eacdc4b9f34ca4de3911e8a69ad0f7fca3ed479;hb=e920325766f65e66132c20e4cb1da8f8e3f5e030;hpb=17a68937d25404ddb804f443629313a7c873dbe1 diff --git a/src/qtui/chatscene.cpp b/src/qtui/chatscene.cpp index 3eacdc4b..bed0d65c 100644 --- a/src/qtui/chatscene.cpp +++ b/src/qtui/chatscene.cpp @@ -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); } }