[shared] Clean reloading (highlight, even) of

ScrollableExactApproximateExpressionsCell and
ScrollableExactApproximateExpressionsView
This commit is contained in:
Émilie Feral
2019-04-26 10:41:36 +02:00
parent 87c5004aec
commit 80ad1e9623
5 changed files with 11 additions and 10 deletions

View File

@@ -203,7 +203,6 @@ void SolutionsController::willDisplayCellAtLocation(HighlightCell * cell, int i,
}
EvenOddCell * evenOddCell = static_cast<EvenOddCell *>(cell);
evenOddCell->setEven(j%2 == 0);
evenOddCell->reloadCell();
}
KDCoordinate SolutionsController::columnWidth(int i) {