select_attached_nets() do not select wires attached to partially selected wires when doing a stretch move
This commit is contained in:
parent
9af33003bc
commit
cfc87392d2
|
|
@ -1273,6 +1273,7 @@ void select_attached_nets(void)
|
|||
}
|
||||
if(xctx->sel_array[j].type==WIRE) {
|
||||
wire = xctx->sel_array[j].n;
|
||||
if(xctx->wire[wire].sel != SELECTED) continue;
|
||||
for(r = 0; r < 2; r++)
|
||||
{
|
||||
if(r == 0) {
|
||||
|
|
|
|||
Loading…
Reference in New Issue