提交 7153ea45 编写于 作者: S SteVen Batten

fixes #67357

上级 0b21524f
......@@ -1652,7 +1652,7 @@ export class Workbench extends Disposable implements IPartService {
let offset = 0;
if (this.isVisible(Parts.TITLEBAR_PART)) {
if (this.workbenchGrid instanceof Grid) {
offset = this.gridHasView(this.titlebarPartView) ? this.workbenchGrid.getViewSize2(this.titlebarPartView).height : 0;
offset = this.titlebarPart.maximumHeight;
} else {
offset = this.workbenchGrid.partLayoutInfo.titlebar.height;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册