From c026c6eedeaca509e934b83f8b80ebca36932ccf Mon Sep 17 00:00:00 2001 From: thyttan <6uuxstm66@mozmail.com⁩> Date: Thu, 19 Oct 2023 19:57:07 +0200 Subject: [PATCH] multiclock: fix widget field flashing ... when switching to the "dk "clock face. --- apps/multiclock/ChangeLog | 3 +-- apps/multiclock/dk.face.js | 1 - apps/multiclock/metadata.json | 2 +- 3 files changed, 2 insertions(+), 4 deletions(-) diff --git a/apps/multiclock/ChangeLog b/apps/multiclock/ChangeLog index 442a5277a..50b9049ac 100644 --- a/apps/multiclock/ChangeLog +++ b/apps/multiclock/ChangeLog @@ -7,6 +7,5 @@ 0.07: compatible with Bang;e.js 2 0.08: fix minute tick bug 0.09: use setUI clockupdown for controls + fix small display bug in nifty face - - +0.10: stop widget field from flashing when moving to the dk clock face. diff --git a/apps/multiclock/dk.face.js b/apps/multiclock/dk.face.js index a89397a75..3a512f8e5 100644 --- a/apps/multiclock/dk.face.js +++ b/apps/multiclock/dk.face.js @@ -27,7 +27,6 @@ d[0] = locale.dow(now,3); var dt=d[0]+" "+d[1]+" "+d[2];//+" "+d[3]; g.drawString(dt,W/2,H/2+24); - g.flip(); } diff --git a/apps/multiclock/metadata.json b/apps/multiclock/metadata.json index 197e6631c..cdc84d78f 100644 --- a/apps/multiclock/metadata.json +++ b/apps/multiclock/metadata.json @@ -1,7 +1,7 @@ { "id": "multiclock", "name": "Multi Clock", - "version": "0.09", + "version": "0.10", "description": "Clock with multiple faces. Switch between faces with BTN1 & BTN3 (Bangle 2 touch top-right, bottom right). For best display set theme Background 2 to cyan or some other bright colour in settings.", "screenshots": [{"url":"screen-ana.png"},{"url":"screen-big.png"},{"url":"screen-td.png"},{"url":"screen-nifty.png"},{"url":"screen-word.png"},{"url":"screen-sec.png"}], "icon": "multiclock.png",