X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=blobdiff_plain;f=src%2Fqtui%2Fchatscene.cpp;h=e865c455f37e710a55041e80bfbf53bec745dca9;hp=20c5478524a1a2a9f16efa8b4d9cda403b83f80a;hb=b4f1d778d8ea3bf86ddf1764314132e5eb9ef296;hpb=33fe0cafca3a17123e7b4a3f93910f688983c0b1 diff --git a/src/qtui/chatscene.cpp b/src/qtui/chatscene.cpp index 20c54785..e865c455 100644 --- a/src/qtui/chatscene.cpp +++ b/src/qtui/chatscene.cpp @@ -75,6 +75,7 @@ ChatScene::ChatScene(QAbstractItemModel *model, const QString &idString, qreal w addItem(_secondColHandle); _secondColHandle->setXPos(_secondColHandlePos); connect(_secondColHandle, SIGNAL(positionChanged(qreal)), this, SLOT(secondHandlePositionChanged(qreal))); + connect(this, SIGNAL(sceneRectChanged(const QRectF &)), _secondColHandle, SLOT(sceneRectChanged(const QRectF &))); setHandleXLimits();