mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-03-23 07:40:42 +01:00
[apps/graph/value] Use even odd editable pointer cell in values
controller instead of title cell Change-Id: Ic6b2fa6dad45f4d56a6cf0a2d7708894a92c1a96
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user