mirror of
https://github.com/cappuccino/cappuccino.git
synced 2026-09-22 10:20:43 +00:00
Previously, if a cell-based table had a custom font or color in a table cell, when the cell was selected it would not change color. Also, edited cells did not maintain the original font/color. This commit ensures that table cells uses the theme setting for selected text color, while maintaining all font and color attributes when selected or being edited. BREAKING CHANGE: Because this fix operates at the level of nib2cib, xibs that use customized cell-based table text cells should be reconverted.