Skip to content

Commit dba3888

Browse files
committed
Workaround because the commit controller isn't part of the responder hierarchy
1 parent 2f3181f commit dba3888

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Classes/Controllers/PBGitWindowController.m

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -269,6 +269,10 @@ - (IBAction) stashPop:(id) sender
269269
}
270270
}
271271

272+
- (void)flagsChanged:(NSEvent *)theEvent {
273+
[sidebarController.commitViewController flagsChanged:theEvent];
274+
}
275+
272276

273277
#pragma mark -
274278
#pragma mark SplitView Delegates

0 commit comments

Comments
 (0)