fixed crash

This commit is contained in:
fourtf
2018-01-19 23:41:02 +01:00
parent 03ff2205fa
commit 3104aae80a
4 changed files with 14 additions and 11 deletions
@@ -375,8 +375,6 @@ int MessageLayoutContainer::getSelectionIndex(QPoint point)
index += this->elements[i]->getSelectionIndexCount();
}
qDebug() << index;
return index;
}