Update lib.js
parent
6a8182cc24
commit
b371c386f3
|
|
@ -28,7 +28,7 @@ exports.drawClock = function(fontIndex) {
|
||||||
squeeze=(g.getWidth()-w5)/(w1+w2+w3+w4);
|
squeeze=(g.getWidth()-w5)/(w1+w2+w3+w4);
|
||||||
if (fontIndex<0) {
|
if (fontIndex<0) {
|
||||||
fg=g.theme.fg;
|
fg=g.theme.fg;
|
||||||
bg=g.theme.bg;
|
bg=g.theme.bg;
|
||||||
g.setColor(bg);
|
g.setColor(bg);
|
||||||
g.setBgColor(fg);
|
g.setBgColor(fg);
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue