提交 ab8a277c 编写于 作者: S SteVen Batten

don't add titlebar to the grid when using native

上级 b79f3a68
......@@ -1430,7 +1430,7 @@ export class Workbench extends Disposable implements IPartService {
statusBarInGrid = true;
}
if (!titlebarInGrid) {
if (!titlebarInGrid && this.useCustomTitleBarStyle()) {
this.workbenchGrid.addView(this.titlebarPartView, Sizing.Split, this.editorPartView, Direction.Up);
titlebarInGrid = true;
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册