Browse Source

fix a render artifact

pull/974/head
krepa098 11 years ago
parent
commit
f15b9da1e1
  1. 2
      src/chatlog/chatlog.cpp

2
src/chatlog/chatlog.cpp

@ -624,6 +624,8 @@ void ChatLog::updateMultiSelectionRect()
selBBox = selBBox.united(lines[selFirstRow]->sceneBoundingRect()); selBBox = selBBox.united(lines[selFirstRow]->sceneBoundingRect());
selBBox = selBBox.united(lines[selLastRow]->sceneBoundingRect()); selBBox = selBBox.united(lines[selLastRow]->sceneBoundingRect());
scene->invalidate(selGraphItem->sceneBoundingRect());
selGraphItem->setRect(selBBox); selGraphItem->setRect(selBBox);
selGraphItem->show(); selGraphItem->show();
} }

Loading…
Cancel
Save