Tweaked MDA aspect ratio, and turned 40-column font scaling back on
This commit is contained in:
parent
573baf0d3c
commit
3b2cbcaa88
18 changed files with 194 additions and 194 deletions
|
|
@ -4825,7 +4825,7 @@ Video.prototype.setDimensions = function()
|
|||
if (DEBUG) this.log("setDimensions(): switching to double-size font, unscaled");
|
||||
}
|
||||
}
|
||||
if (font) {
|
||||
if (!this.fScaleFont) {
|
||||
this.cxScreenCell = font.cxCell;
|
||||
this.cyScreenCell = font.cyCell;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue