X-Git-Url: https://git.quassel-irc.org/?a=blobdiff_plain;f=src%2Fqtui%2Fchatline.cpp;h=bac4991a719f215b4ac48460c2821d9627d8ecc9;hb=eab5c456972d723fb3c67fe366548608f3bbeadc;hp=ce208beadf16eb04d816bb5636319dffad96f777;hpb=a3aaabf6254c8c5439af8982cc613c4ced3f50ed;p=quassel.git diff --git a/src/qtui/chatline.cpp b/src/qtui/chatline.cpp index ce208bea..bac4991a 100644 --- a/src/qtui/chatline.cpp +++ b/src/qtui/chatline.cpp @@ -86,7 +86,7 @@ void ChatLine::setSecondColumn(const qreal &senderWidth, const qreal &contentsWi // contentsItem doesn't need a geom change as it's Pos is changed (ensured by void ChatScene::firstHandlePositionChanged(qreal xpos)) qreal height = _contentsItem.setGeometryByWidth(contentsWidth); linePos -= height; - bool needGeometryChange = linePos == pos().y() && height != _height; + bool needGeometryChange = linePos == pos().y(); if(needGeometryChange) { _timestampItem.prepareGeometryChange();