Merge branch 'master' of github.com:cappuccino/cappuccino

This commit is contained in:
Aparajita Fishman
2012-07-11 09:24:35 -07:00
+3 -2
View File
@@ -498,12 +498,13 @@ CPTableColumnUserResizingMask = 1 << 1;
}
/*!
If NO the tablecolumn will no longer be visible in the tableview
If YES the tablecolumn will be visible in the tableview.
If YES the tablecolumn will no longer be visible in the tableview.
If NO the tablecolumn will be visible in the tableview.
*/
- (void)setHidden:(BOOL)shouldBeHidden
{
shouldBeHidden = !!shouldBeHidden
if (_isHidden === shouldBeHidden)
return;