Merge remote-tracking branch 'supercd/master' into SuperChayan
This commit is contained in:
commit
e63ab1e71f
|
|
@ -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;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue