if selecting an element in stretch mode ("y" key) attached nets will also be (partially) selected. However allow to descend into instance.

This commit is contained in:
stefan schippers 2025-05-26 21:18:26 +02:00
parent a534218c5a
commit 44cbe7a9fc
1 changed files with 1 additions and 1 deletions

View File

@ -2329,7 +2329,7 @@ int descend_schematic(int instnumber, int fallback, int alert, int set_title)
return 0;
}
rebuild_selected_array();
if(xctx->lastsel !=1 || xctx->sel_array[0].type!=ELEMENT) {
if(/* xctx->lastsel !=1 || */ xctx->sel_array[0].type!=ELEMENT) {
dbg(1, "descend_schematic(): wrong selection\n");
return 0;
}