提交 d3a1d6e3 编写于 作者: D Daniel Imms

Fix toggling maximize not resizing terminals

Fixes #44040
上级 42380d0b
......@@ -146,11 +146,11 @@ class SplitPaneContainer {
this._width = width;
this._height = height;
if (this.orientation === Orientation.HORIZONTAL) {
this._splitView.layout(width);
this._children.forEach(c => c.orthogonalLayout(height));
this._splitView.layout(width);
} else {
this._splitView.layout(height);
this._children.forEach(c => c.orthogonalLayout(width));
this._splitView.layout(height);
}
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册