mirror of
https://github.com/microsoft/vscode.git
synced 2026-05-08 17:19:48 +01: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()));
|
||||
|
||||
Reference in New Issue
Block a user