fix regression (start new wires in manhattan orient)

This commit is contained in:
stefan schippers 2025-03-16 00:31:57 +01:00
parent cc90201b27
commit 124d73ee64
1 changed files with 1 additions and 0 deletions

View File

@ -253,6 +253,7 @@ void start_wire(double mx, double my)
if(xctx->constr_mv == 1) my = xctx->my_double_save;
if(xctx->constr_mv == 2) mx = xctx->mx_double_save;
} else {
xctx->manhattan_lines = 1;
xctx->mx_double_save=mx;
xctx->my_double_save=my;
}