mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-03-31 01:00:29 -04:00
Merge from vscode e5834d3280fcd04898efeac32b9cf1b893f9b127 (#9385)
* Merge from vscode e5834d3280fcd04898efeac32b9cf1b893f9b127 * distro
This commit is contained in:
@@ -114,7 +114,7 @@ export class TerminalViewPane extends ViewPane {
|
||||
}));
|
||||
|
||||
// Force another layout (first is setContainers) since config has changed
|
||||
this.layoutBody(this._terminalContainer.offsetWidth, this._terminalContainer.offsetHeight);
|
||||
this.layoutBody(this._terminalContainer.offsetHeight, this._terminalContainer.offsetWidth);
|
||||
}
|
||||
|
||||
protected layoutBody(height: number, width: number): void {
|
||||
@@ -321,7 +321,7 @@ export class TerminalViewPane extends ViewPane {
|
||||
}
|
||||
// TODO: Can we support ligatures?
|
||||
// dom.toggleClass(this._parentDomElement, 'enable-ligatures', this._terminalService.configHelper.config.fontLigatures);
|
||||
this.layoutBody(this._parentDomElement.offsetWidth, this._parentDomElement.offsetHeight);
|
||||
this.layoutBody(this._parentDomElement.offsetHeight, this._parentDomElement.offsetWidth);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user