This commit is contained in:
Hansi, dl9rdz 2019-12-05 15:51:44 +01:00
parent 8cc844b22f
commit bf4870c091
1 changed files with 1 additions and 0 deletions

View File

@ -1275,6 +1275,7 @@ void Display::drawBatt(DispEntry *de) {
default: default:
*buf=0; *buf=0;
} }
rdis->setFont(de->fmt);
drawString(de, buf); drawString(de, buf);
} }