mirror of
https://github.com/cappuccino/cappuccino.git
synced 2026-09-12 05:31:29 +00:00
Fix "differ" that was supposed to be "defer".
This commit is contained in:
@@ -735,7 +735,7 @@ CPTableViewFirstColumnOnlyAutoresizingStyle = 5;
|
||||
if (index === CPNotFound)
|
||||
return;
|
||||
|
||||
// we differ the actual removal until the end of the runloop in order to keep a reference to the column.
|
||||
// we defer the actual removal until the end of the runloop in order to keep a reference to the column.
|
||||
[_differedColumnDataToRemove addObject:{"column":aTableColumn, "shouldBeHidden": [aTableColumn isHidden]}];
|
||||
|
||||
[aTableColumn setHidden:YES];
|
||||
|
||||
Reference in New Issue
Block a user