And one more TODO before we move on.

This commit is contained in:
Pietro Gagliardi 2018-06-04 22:15:05 -04:00
parent 0a6a781be7
commit 3c063c71d5
1 changed files with 1 additions and 0 deletions

View File

@ -327,6 +327,7 @@ struct textColumnCreateParams {
row, self->textModelColumn, data);
uiFreeTableData(data);
// always refresh the value in case the model rejected it
// TODO document that we do this, but not for the whole row (or decide to do both, or do neither...)
[self uiprivUpdate:row];
}