mirror of https://github.com/espruino/BangleApps
Minor fix
parent
02faa5cc26
commit
8a6152b7ce
|
@ -244,6 +244,7 @@ function drawInfo(){
|
|||
return;
|
||||
}
|
||||
|
||||
g.setFontAlign(-1, -1, 0);
|
||||
g.setFontAntonioMedium();
|
||||
g.setColor(cOrange);
|
||||
g.clearRect(120, 10, g.getWidth(), 75);
|
||||
|
|
Loading…
Reference in New Issue