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

Allow term-initiated resize of all kinds of window styles except fullscreen

parent 6779dcdc
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -6222,7 +6222,7 @@ static NSString* TERMINAL_ARRANGEMENT_HIDING_TOOLBELT_SHOULD_RESIZE_WINDOW = @"H
}
PtyLog(@"safelySetSessionSize");
BOOL hasScrollbar = [self scrollbarShouldBeVisible];
if (windowType_ == WINDOW_TYPE_NORMAL || windowType_ == WINDOW_TYPE_NO_TITLE_BAR) {
if (![self anyFullScreen]) {
int width = columns;
int height = rows;
if (width < 20) {
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