Fix alignment of fonts error

pull/388/head^2
Fredrik Lautrup 2020-05-06 21:25:18 +02:00
parent 092848f527
commit 4549793d25
1 changed files with 1 additions and 2 deletions

View File

@ -156,7 +156,7 @@
} else {
timestr = hours;
}
g.setFontAlign(0, 0, 0);
g.setColor(settings.time.color);
g.setFont(settings.time.font, settings.time.size);
g.drawString(timestr, settings.time.center, settings.time.middle);
@ -203,7 +203,6 @@
// clean app screen
g.clear();
g.setFontAlign(0, 0, 0);
Bangle.loadWidgets();
Bangle.drawWidgets();