Segment graphics bug fix

Disable for 1D (until we have a 1D graphic)
This commit is contained in:
Ewoud
2023-02-06 22:39:26 +01:00
parent 3e481abeb3
commit 892861c20e
5 changed files with 968 additions and 968 deletions

View File

@@ -1144,7 +1144,7 @@ function updateLen(s)
if (isM && start >= mw*mh) out += " [strip]";
gId(`seg${s}len`).innerHTML = out;
draw();
if (isM) draw(); //WLEDMM
}
function draw() {