This commit is contained in:
Sandeep Somavarapu
2023-10-16 13:07:17 +02:00
committed by GitHub
parent 90aee6d79c
commit 586a7bf2ce
@@ -547,6 +547,11 @@ export class ViewPaneContainer extends Component implements IViewPaneContainer {
this.updateTitleArea();
this.updateViewHeaders();
}
this._register(this.configurationService.onDidChangeConfiguration(e => {
if (e.affectsConfiguration(LayoutSettings.ACTIVITY_BAR_LOCATION)) {
this.updateViewHeaders();
}
}));
});
this._register(this.viewContainerModel.onDidChangeActiveViewDescriptors(() => this._onTitleAreaUpdate.fire()));