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

Fix bug where tall windows, when restored, might have a session bigger than fits.

parent ec3c3abd
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -1032,6 +1032,7 @@ NSString *sessionsKey = @"sessions";
[[term window] setCollectionBehavior:[[term window] collectionBehavior] | NSWindowCollectionBehaviorCanJoinAllSpaces];
}
 
[term fitTabsToWindow];
return term;
}
 
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