diff --git a/apps/vectorclock/app.js b/apps/vectorclock/app.js index e99a13ed1..a10fc7038 100644 --- a/apps/vectorclock/app.js +++ b/apps/vectorclock/app.js @@ -80,6 +80,8 @@ function draw() { pushCommand(drawVectorText, dateText, dateFontSize, x + width/2, y, 0, -1, datecol); executeCommands(); + + Bangle.drawWidgets(); } var timeout;