Skip to content

Commit

Permalink
Break responder loop that crashes on OS X 10.10 Yosamite
Browse files Browse the repository at this point in the history
  • Loading branch information
rowanj committed Nov 10, 2014
1 parent feefc47 commit e546301
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Classes/Controllers/PBGitWindowController.m
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ - (void) changeContentController:(PBViewController *)controller
[[contentController view] setFrame:[contentSplitView bounds]];
[contentSplitView addSubview:[contentController view]];

[self setNextResponder: contentController];
// [self setNextResponder: contentController];
[[self window] makeFirstResponder:[contentController firstResponder]];
[contentController updateView];
[contentController addObserver:self forKeyPath:@"status" options:NSKeyValueObservingOptionInitial context:@"statusChange"];
Expand Down

0 comments on commit e546301

Please sign in to comment.