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:
parent
a534218c5a
commit
44cbe7a9fc
|
|
@ -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;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue