1
0
Fork 0

kbswipe library updated q

master
hughbarney 2022-04-26 22:41:51 +01:00
parent 76398553b4
commit d9a110fe82
1 changed files with 2 additions and 1 deletions

View File

@ -101,7 +101,8 @@ exports.getStrokes( (id,s) => Bangle.strokes[id] = Unistroke.new(s) );
function show() {
g.reset();
g.clearRect(R).setColor("#f00");
//g.clearRect(R).setColor("#f00");
g.clearRect(R).setColor(g.theme.fg);
var n=0;
exports.getStrokes((id,s) => {
var x = n%6;