We are changing the value, update the row!
There are several uses for setting NULL values, IMO all abusing the
API for different causes. Fix those API abuses instead:
- This will cause one unneeded redraw when clicking on table column
buttons as they signal a click through setting NULL. Possibly use
a dedicated callback handler for that instead?
- This will fix resetting colors to default, as this is signaled
through a NULL value.
This fixes bugs on all platforms not calling uiTableModelRowChanged()
when setting a new value in edit mode. This is now automatically
done in uiprivTableModelSetValue() so that ALL uiTable views are
informed about the update.
Darwin and windows did some custom redrawing which hid this bug.
Unix does frequent unrelated redraw which hide the bug. It can often
be experienced when double clicking a checkbox.