ctrlpad: change control font

pull/3383/head
Rob Pilling 2024-04-24 17:26:28 +01:00
parent 4d2402268f
commit 1f8b86624e
1 changed files with 1 additions and 1 deletions

View File

@ -118,7 +118,7 @@
draw(g: Graphics, single?: Control): void {
g
.setFontAlign(0, 0)
.setFont("Vector:20");
.setFont("4x6:3" as any /* FIXME */);
for(const ctrl of single ? [single] : this.controls){
g