Commit acaa717
committed
darwin: Fix uiTable checkbox value not calling SetCellValue().
The SetCellValue() when clicking a checkbox within a uiTable is
never called. The UI happiliy updates suggesting the value has
been set - which is not actually the case.
The checkbox not redrawing with the actual check box value from
the model is another related issue, see andlabs#507.1 parent 34d1d0a commit acaa717
1 file changed
Lines changed: 2 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
181 | 181 | | |
182 | 182 | | |
183 | 183 | | |
| 184 | + | |
| 185 | + | |
184 | 186 | | |
185 | 187 | | |
186 | 188 | | |
| |||
0 commit comments