diff --git a/src/chatlog/chatlog.cpp b/src/chatlog/chatlog.cpp index 603c61e3a..45c7c982b 100644 --- a/src/chatlog/chatlog.cpp +++ b/src/chatlog/chatlog.cpp @@ -624,6 +624,8 @@ void ChatLog::updateMultiSelectionRect() selBBox = selBBox.united(lines[selFirstRow]->sceneBoundingRect()); selBBox = selBBox.united(lines[selLastRow]->sceneBoundingRect()); + scene->invalidate(selGraphItem->sceneBoundingRect()); + selGraphItem->setRect(selBBox); selGraphItem->show(); }