mirror of
https://github.com/qTox/qTox.git
synced 2024-03-22 14:00:36 +08:00
Revert "[test] use BspTreeIndex (might be slower?)"
This reverts commit b92d4f3d2f
.
This commit is contained in:
parent
1bf0898121
commit
1274c213d0
|
@ -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…
Reference in New Issue
Block a user