Segment graphics bug fix
Disable for 1D (until we have a 1D graphic)
This commit is contained in:
@@ -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() {
|
||||
|
||||
Reference in New Issue
Block a user