Clear font info when displays are added, removed or changed

This commit is contained in:
Alex Dima
2020-03-09 16:48:26 +01:00
parent ffbb280a36
commit 36996caea0
2 changed files with 7 additions and 0 deletions

View File

@@ -392,6 +392,8 @@ export class CodeWindow extends Disposable implements ICodeWindow {
this.setFullScreen(false);
this.setFullScreen(true);
}
this.sendWhenReady('vscode:displayChanged');
}, 100));
const displayChangedListener = () => simpleFullScreenScheduler.schedule();