mirror of
https://github.com/kennethreitz-archive/gitx.git
synced 2026-06-05 23:40:18 +00:00
Re-enable menu items
This commit is contained in:
@@ -58,6 +58,8 @@
|
||||
//// embed the current view to our host view
|
||||
[contentView addSubview: [viewController view]];
|
||||
|
||||
// Allow the viewcontroller to catch actions
|
||||
[self setNextResponder: viewController];
|
||||
[self bind:@"searchController" toObject:viewController withKeyPath:@"commitController" options:nil];
|
||||
|
||||
// make sure we automatically resize the controller's view to the current window size
|
||||
|
||||
Reference in New Issue
Block a user