Fixed leaking isseu with timed expired update

This commit is contained in:
michael starke
2015-07-09 16:07:21 +02:00
parent 1b43134611
commit 5974c7599b
4 changed files with 3 additions and 27 deletions

View File

@@ -7,6 +7,7 @@
//
#import "MPViewController.h"
#import "MPDocument.h"
@implementation MPViewController
@@ -21,7 +22,7 @@
}
- (NSWindowController *)windowController {
return [self.view.window windowController];
return self.view.window.windowController;
}
#pragma mark Responder Chain