Skip to content

Commit

Permalink
- Fix an error where we had: CoreAnimation: warning, deleted thread w…
Browse files Browse the repository at this point in the history
…ith uncommitted

  CATransaction due to the reload of the table while I think some core animation was
  still going on.
  • Loading branch information
jasonfharris committed Nov 7, 2014
1 parent e2c1152 commit 9feabc7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Classes/Sidebar/ProcessListController.m
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,6 @@ - (void) tableView:(NSTableView*)aTableView willDisplayCell:(id)aCell forTableCo
- (void) setProgress:(NSString*)progress forKey:(NSNumber*)key
{
processProgressStrings_[key] = progress;
[processListTableView reloadData];
}


Expand Down

0 comments on commit 9feabc7

Please sign in to comment.