Fixed: only reload the operations and errors dataview when they are currently displayed in XcodeCapp

This commit is contained in:
Alexandre Wilhelm
2015-11-18 11:01:09 -08:00
parent 51a88a23ac
commit 2b17e173f5
5 changed files with 25 additions and 2 deletions
@@ -56,6 +56,9 @@
- (void)reload
{
if (!_selected)
return;
[self->operationTableView reloadData];
[self _showMaskingView:![self.cappuccinoProjectController projectRelatedOperations].count];