This commit is contained in:
Benjamin Pasero
2018-06-19 09:24:26 +02:00
parent 74a101506f
commit 30bd33d421
@@ -1188,7 +1188,7 @@ export class Workbench extends Disposable implements IPartService {
case Parts.TITLEBAR_PART:
return this.getCustomTitleBarStyle() === 'custom' && !browser.isFullscreen();
case Parts.MENUBAR_PART:
return this.getCustomTitleBarStyle() === 'custom' && !this.menubarHidden;
return this.isVisible(Parts.TITLEBAR_PART) && !this.menubarHidden;
case Parts.SIDEBAR_PART:
return !this.sideBarHidden;
case Parts.PANEL_PART: