Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 90a07b1

Browse files
committed
Workaround because the commit controller isn't part of the responder hierarchy
1 parent 1aa7aae commit 90a07b1

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

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)