1
0
mirror of https://github.com/qTox/qTox.git synced 2024-03-22 14:00:36 +08:00

fix a render artifact

This commit is contained in:
krepa098 2015-01-31 19:19:13 +01:00
parent f288fe5c1e
commit f15b9da1e1

View File

@ -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();
}