X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=blobdiff_plain;f=src%2Fqtui%2Fchatline.cpp;h=bac4991a719f215b4ac48460c2821d9627d8ecc9;hp=ce208beadf16eb04d816bb5636319dffad96f777;hb=b4f1d778d8ea3bf86ddf1764314132e5eb9ef296;hpb=33fe0cafca3a17123e7b4a3f93910f688983c0b1;ds=sidebyside 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();