moving more code to @properties, ReferenceBuilder WIP

This commit is contained in:
michael starke
2014-12-05 02:57:10 +01:00
parent a47bba23b0
commit 90f844f87e
11 changed files with 137 additions and 45 deletions

View File

@@ -203,7 +203,7 @@ NSString *const _MPOutlinveViewHeaderViewIdentifier = @"HeaderCell";
#pragma mark Actions
- (void)_doubleClickedGroup:(id)sender {
[[self windowController] showInspector:sender];
[(MPDocumentWindowController *)self.windowController showInspector:sender];
}
#pragma mark NSOutlineViewDelegate