mirror of
https://github.com/cappuccino/cappuccino.git
synced 2026-09-05 02:13:40 +00:00
Fixed: only reload the operations and errors dataview when they are currently displayed in XcodeCapp
This commit is contained in:
@@ -56,6 +56,9 @@
|
||||
|
||||
- (void)reload
|
||||
{
|
||||
if (!_selected)
|
||||
return;
|
||||
|
||||
[self->operationTableView reloadData];
|
||||
|
||||
[self _showMaskingView:![self.cappuccinoProjectController projectRelatedOperations].count];
|
||||
|
||||
Reference in New Issue
Block a user