And one more TODO before we move on.
This commit is contained in:
parent
0a6a781be7
commit
3c063c71d5
|
@ -327,6 +327,7 @@ struct textColumnCreateParams {
|
||||||
row, self->textModelColumn, data);
|
row, self->textModelColumn, data);
|
||||||
uiFreeTableData(data);
|
uiFreeTableData(data);
|
||||||
// always refresh the value in case the model rejected it
|
// 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];
|
[self uiprivUpdate:row];
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue