Skip to content

Commit e546301

Browse files
committed
Break responder loop that crashes on OS X 10.10 Yosamite
1 parent feefc47 commit e546301

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Classes/Controllers/PBGitWindowController.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ - (void) changeContentController:(PBViewController *)controller
117117
[[contentController view] setFrame:[contentSplitView bounds]];
118118
[contentSplitView addSubview:[contentController view]];
119119

120-
[self setNextResponder: contentController];
120+
// [self setNextResponder: contentController];
121121
[[self window] makeFirstResponder:[contentController firstResponder]];
122122
[contentController updateView];
123123
[contentController addObserver:self forKeyPath:@"status" options:NSKeyValueObservingOptionInitial context:@"statusChange"];

0 commit comments

Comments
 (0)