[apps/graph/value] Use even odd editable pointer cell in values

controller instead of title cell

Change-Id: Ic6b2fa6dad45f4d56a6cf0a2d7708894a92c1a96
This commit is contained in:
Émilie Feral
2016-12-19 12:20:11 +01:00
parent de4ae4a3a8
commit 77b9630086
6 changed files with 3 additions and 62 deletions

View File

@@ -311,7 +311,7 @@ void ValuesController::willDisplayCellAtLocation(TableViewCell * cell, int i, in
myCell->setEven(j%2 == 0);
// The cell is a title cell:
if (j == 0) {
TitleCell * mytitleCell = (TitleCell *)cell;
EvenOddPointerTextCell * mytitleCell = (EvenOddPointerTextCell *)cell;
if (i == 0) {
mytitleCell->setText("x");
return;