diff --git a/src/chatlog/chatlog.cpp b/src/chatlog/chatlog.cpp index 217c67496..bf5a5bdfc 100644 --- a/src/chatlog/chatlog.cpp +++ b/src/chatlog/chatlog.cpp @@ -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);