select_attached_nets() do not select wires attached to partially selected wires when doing a stretch move

This commit is contained in:
stefan schippers 2023-09-25 17:15:15 +02:00
parent 9af33003bc
commit cfc87392d2
1 changed files with 1 additions and 0 deletions

View File

@ -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) {