Skip to content

Commit

Permalink
Merge branch 'master' of github.com:gnachman/iTerm2
Browse files Browse the repository at this point in the history
  • Loading branch information
gnachman committed May 3, 2011
2 parents 5469e0f + 50dde30 commit 749b165
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions iTermController.m
Expand Up @@ -946,7 +946,7 @@ static void RollInHotkeyTerm(PseudoTerminal* term)
case WINDOW_TYPE_FULL_SCREEN:
[[NSAnimationContext currentContext] setDuration:[[PreferencePanel sharedInstance] hotkeyTermAnimationDuration]];
[[[term window] animator] setAlphaValue:1];
[NSMenu setMenuBarVisible:NO];
[term hideMenuBar];
break;
}
[[iTermController sharedInstance] performSelector:@selector(rollInFinished)
Expand Down Expand Up @@ -1502,7 +1502,7 @@ - (void)setCurrentTerminal:(PseudoTerminal*)thePseudoTerminal
if ([thePseudoTerminal windowInited] && [[thePseudoTerminal window] isKeyWindow] == NO) {
[[thePseudoTerminal window] makeKeyAndOrderFront: self];
if ([thePseudoTerminal fullScreen]) {
[NSMenu setMenuBarVisible:NO];
[thePseudoTerminal hideMenuBar];
}
}

Expand Down

0 comments on commit 749b165

Please sign in to comment.