Fix typo.
Last commit added the correct code, but failed to delete the buggy code. Fixes https://gitlab.com/kicad/code/kicad/issues/9090
This commit is contained in:
parent
c58562aebf
commit
69a31f41b8
|
@ -342,9 +342,6 @@ void DIALOG_GLOBAL_EDIT_TRACKS_AND_VIAS::visitItem( PICKED_ITEMS_LIST* aUndoList
|
|||
}
|
||||
}
|
||||
|
||||
if( m_selectedItemsFilter->GetValue() && !m_selection.Contains( aItem ) )
|
||||
return;
|
||||
|
||||
if( m_netFilterOpt->GetValue() && m_netFilter->GetSelectedNetcode() >= 0 )
|
||||
{
|
||||
if( aItem->GetNetCode() != m_netFilter->GetSelectedNetcode() )
|
||||
|
|
Loading…
Reference in New Issue