Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump deployment target to 10.10 #534

Merged
merged 11 commits into from
Jul 1, 2019
Prev Previous commit
Next Next commit
NSViewController is part of the responder chain after 10.10
  • Loading branch information
zwaldowski committed Jul 1, 2019
commit b0454ba85382c9c335be459c792a9897674f94de
9 changes: 0 additions & 9 deletions GitUpKit/Utilities/GIViewController.m
Original file line number Diff line number Diff line change
Expand Up @@ -55,15 +55,6 @@ - (void)viewDidMoveToWindow {
}
}

- (void)setViewController:(GIViewController*)viewController {
_viewController = viewController;
[super setNextResponder:_viewController];
}

- (void)setNextResponder:(NSResponder*)nextResponder {
[_viewController setNextResponder:nextResponder];
}

- (void)resizeSubviewsWithOldSize:(NSSize)oldSize {
[super resizeSubviewsWithOldSize:oldSize];

Expand Down