Skip to content
Snippets Groups Projects
Commit c7a08b08 authored by George Nachman's avatar George Nachman
Browse files

In LSUI mode the menu bar doesn't hide so don't make fullscreen windows go all...

In LSUI mode the menu bar doesn't hide so don't make fullscreen windows go all the way to the top of the screen.
parent 23c1c5da
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -3402,7 +3402,7 @@ ITERM_WEAKLY_REFERENCEABLE
frameMinusMenuBar.size.height -= [[[NSApplication sharedApplication] mainMenu] menuBarHeight];
BOOL menuBarIsVisible = NO;
 
if (![iTermPreferences boolForKey:kPreferenceKeyHideMenuBarInFullscreen]) {
if (![iTermPreferences boolForKey:kPreferenceKeyHideMenuBarInFullscreen] || [iTermPreferences boolForKey:kPreferenceKeyUIElement]) {
// Menu bar can show in fullscreen...
// There is a menu bar on all screens.
menuBarIsVisible = YES;
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment