Merge remote-tracking branch 'supercd/master' into SuperChayan

This commit is contained in:
stefan schippers 2025-03-16 19:42:57 +01:00
commit e63ab1e71f
1 changed files with 1 additions and 1 deletions

View File

@ -258,7 +258,7 @@ void start_wire(double mx, double my)
xctx->my_double_save=my; xctx->my_double_save=my;
} }
new_wire(PLACE,mx, my); new_wire(PLACE,mx, my);
if(tclgetboolvar("orthogonal_wiring") && !tclgetboolvar("constr_mv")){ if(tclgetboolvar("orthogonal_wiring") && !tclgetboolvar("constr_mv")) {
xctx->constr_mv = 0; xctx->constr_mv = 0;
} }
} }