You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
0 commit comments