[apps/statistics] Fix error: writing title text on editable cells

Change-Id: Iac82f14a7e83620a968084489ede27350bfdfdef
This commit is contained in:
Émilie Feral
2016-12-22 18:05:48 +01:00
parent 1de9e3d4b3
commit 91e168e4ee

View File

@@ -60,6 +60,9 @@ int DataController::reusableCellCount(int type) {
void DataController::willDisplayCellAtLocation(TableViewCell * cell, int i, int j) {
EditableCellTableViewController::willDisplayCellAtLocation(cell, i, j);
if (cellAtLocationIsEditable(i, j)) {
return;
}
EvenOddPointerTextCell * mytitleCell = (EvenOddPointerTextCell *)cell;
if (i == 0) {
mytitleCell->setText("Valeurs");