Skip to content
This repository has been archived by the owner on Jan 3, 2019. It is now read-only.

Commit

Permalink
[#459] hack to work around window buttons issue
Browse files Browse the repository at this point in the history
  • Loading branch information
mackuba committed Nov 10, 2014
1 parent 7ce0021 commit 137b291
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Hive/HIAppDelegate.m
Original file line number Diff line number Diff line change
Expand Up @@ -408,6 +408,9 @@ - (void)alertDidEnd:(NSAlert *)alert
#pragma mark - Last initialization phase, executed asynchronously

- (void)finishInitialization {
// Yosemite INAppStoreWindow hack
[_mainWindowController.window becomeKeyWindow];

[self preinstallAppsIfNeeded];
[self rebuildAppsList];
[self setAsDefaultHandler];
Expand Down

0 comments on commit 137b291

Please sign in to comment.