[escher] In table view, add method 'reloadCellAtLocation'

Change-Id: I2d662669621392698ee963a6c8e70d3d2f4ee829
This commit is contained in:
Émilie Feral
2017-06-02 16:56:41 +02:00
parent 0559661a07
commit f43b307856
5 changed files with 13 additions and 3 deletions

View File

@@ -126,7 +126,7 @@ bool FloatParameterController::textFieldDidFinishEditing(TextField * textField,
if (!setParameterAtIndex(selectedRow(), floatBody)) {
return false;
}
willDisplayCellForIndex(selectableTableView()->selectedCell(), activeCell());
selectableTableView()->reloadCellAtLocation(0, activeCell());
selectableTableView()->reloadData();
if (event == Ion::Events::EXE || event == Ion::Events::OK) {
selectableTableView()->selectCellAtLocation(selectedColumn(), selectedRow()+1);