mirror of
https://github.com/cappuccino/cappuccino.git
synced 2026-09-12 21:51:28 +00:00
fixed a typo where CPThemeStateSelectedDataView was set on the header view of a table column
This commit is contained in:
committed by
Randall Luecke
parent
e96678eebc
commit
6a34329765
@@ -1837,7 +1837,7 @@ CPTableViewFirstColumnOnlyAutoresizingStyle = 5;
|
||||
if (_headerView)
|
||||
{
|
||||
if (_currentHighlightedTableColumn != nil)
|
||||
[[_currentHighlightedTableColumn headerView] unsetThemeState:CPThemeStateSelectedDataView];
|
||||
[[_currentHighlightedTableColumn headerView] unsetThemeState:CPThemeStateSelected];
|
||||
|
||||
if (aTableColumn != nil)
|
||||
[[aTableColumn headerView] setThemeState:CPThemeStateSelected];
|
||||
|
||||
Reference in New Issue
Block a user