mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-03-19 22:00:28 +01:00
[apps/shared] ValuesController: reload memoized cell when abscissa is
edited
This commit is contained in:
committed by
LeaNumworks
parent
60ad096956
commit
f995fb0fc2
@@ -44,6 +44,7 @@ bool EditableCellTableViewController::textFieldDidFinishEditing(TextField * text
|
||||
} else {
|
||||
selectableTableView()->handleEvent(event);
|
||||
}
|
||||
didChangeRow(previousRow);
|
||||
if (previousNumberOfElementsInColumn != numberOfElementsInColumn(column)) {
|
||||
// Reload the whole table, if a value was appended.
|
||||
selectableTableView()->reloadData();
|
||||
|
||||
Reference in New Issue
Block a user