We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a56f82a commit b71e1caCopy full SHA for b71e1ca
PBSourceViewCell.m
@@ -33,7 +33,7 @@ - (NSMenu *) menuForEvent:(NSEvent *)event inRect:(NSRect)rect ofView:(NSOutline
33
NSPoint point = [self.controlView convertPoint:[event locationInWindow] fromView:nil];
34
NSInteger row = [view rowAtPoint:point];
35
36
- PBGitSidebarController *controller = [view delegate];
+ PBGitSidebarController *controller = (PBGitSidebarController*)[view delegate];
37
38
return [controller menuForRow:row];
39
}
0 commit comments