Browse Source

Revert "[test] use BspTreeIndex (might be slower?)"

This reverts commit b92d4f3d2f.
pull/974/head
krepa098 11 years ago
parent
commit
1274c213d0
  1. 2
      src/chatlog/chatlog.cpp

2
src/chatlog/chatlog.cpp

@ -39,7 +39,7 @@ ChatLog::ChatLog(QWidget* parent) @@ -39,7 +39,7 @@ ChatLog::ChatLog(QWidget* parent)
: QGraphicsView(parent)
{
scene = new QGraphicsScene(this);
scene->setItemIndexMethod(QGraphicsScene::BspTreeIndex);
scene->setItemIndexMethod(QGraphicsScene::NoIndex);
setScene(scene);
setInteractive(true);

Loading…
Cancel
Save