From d9a110fe8293ad37b45cf586e804e2890f539e85 Mon Sep 17 00:00:00 2001 From: hughbarney Date: Tue, 26 Apr 2022 22:41:51 +0100 Subject: [PATCH] kbswipe library updated q --- apps/kbswipe/lib.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/apps/kbswipe/lib.js b/apps/kbswipe/lib.js index 9dfb4358e..dcadc37ba 100644 --- a/apps/kbswipe/lib.js +++ b/apps/kbswipe/lib.js @@ -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;