Always set the wanted font size whenever we redraw

master
David Volovskiy 2025-04-22 22:30:45 -04:00
parent d6de4da428
commit fd8785fe5b
1 changed files with 1 additions and 0 deletions

View File

@ -165,6 +165,7 @@ let draw = function() {
};
let redraw = function() {
g.setFont("Vector", fontSize);
for (let i = 0; i < maxLines; i++) {
const lineIndex = i;
const line = lines[lineIndex];