Update demo dims on font family change

Fixes #5572
This commit is contained in:
Daniel Imms
2026-01-03 14:52:32 -08:00
parent d06d278f0c
commit 0c7b1cb448
@@ -226,6 +226,9 @@ export class OptionsWindow extends BaseWindow implements IControlWindow {
if (o === 'theme') {
this._handlers.updateTerminalContainerBackground();
}
if (o === 'fontFamily') {
this._handlers.updateTerminalSize();
}
});
});
}