Minor changes

pull/1661/head
David Peer 2022-03-25 16:07:29 +01:00
parent bcf3ce01e9
commit 034026019a
1 changed files with 1 additions and 1 deletions

View File

@ -61,7 +61,7 @@ function getSteps() {
function draw() {
for (let wd of WIDGETS) {wd.draw=()=>{};wd.area="";}
var x = g.getWidth()/2-5;
var x = g.getWidth()/2;
var y = g.getHeight()/2-20;
g.reset().clearRect(0,24,g.getWidth(),g.getHeight());