mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-03-22 23:30:37 +01:00
[apps/statistics] Fix error: writing title text on editable cells
Change-Id: Iac82f14a7e83620a968084489ede27350bfdfdef
This commit is contained in:
@@ -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");
|
||||
|
||||
Reference in New Issue
Block a user