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

@@ -705,7 +705,7 @@ NSString *const _MPTableSecurCellView = @"PasswordCell";
MPDoubleClickTitleAction action = [[NSUserDefaults standardUserDefaults] integerForKey:kMPSettingsKeyDoubleClickTitleAction];
switch(action) {
case MPDoubleClickTitleActionInspect:
[[self windowController] showInspector:nil];
[(MPDocumentWindowController *)self.windowController showInspector:nil];
break;
case MPDoubleClickTitleActionIgnore:
break;