mirror of
https://github.com/microsoft/vscode.git
synced 2026-08-26 11:26:56 +01:00
@@ -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