Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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.
- Loading branch information