Select both ends of wires in block select.
Fixes: lp:1830717 * https://bugs.launchpad.net/kicad/+bug/1830717
This commit is contained in:
parent
0f0323da5a
commit
b0c1c1ad2b
|
@ -717,7 +717,10 @@ bool EE_SELECTION_TOOL::selectMultiple()
|
||||||
if( m_subtractive )
|
if( m_subtractive )
|
||||||
unselect( item );
|
unselect( item );
|
||||||
else
|
else
|
||||||
|
{
|
||||||
select( item );
|
select( item );
|
||||||
|
item->SetFlags( STARTPOINT | ENDPOINT );
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue