mirror of https://github.com/espruino/BangleApps
Fixed theme bug.
parent
fa870eff16
commit
ab0c963e46
|
@ -211,7 +211,7 @@ Bangle.loadWidgets();
|
|||
for (let wd of WIDGETS) {wd.draw=()=>{};wd.area="";}
|
||||
|
||||
// Clear the screen once, at startup and draw clock
|
||||
g.setTheme({bg:"#fff",fg:"#000",dark:false}).clear();
|
||||
// g.setTheme({bg:"#fff",fg:"#000",dark:false}).clear();
|
||||
draw();
|
||||
|
||||
// After drawing the watch face, we can draw the widgets
|
||||
|
|
Loading…
Reference in New Issue