From 69a31f41b84a56e685ce8e16b16b76f7c74278a2 Mon Sep 17 00:00:00 2001 From: Jeff Young Date: Sun, 5 Sep 2021 21:20:23 +0100 Subject: [PATCH] Fix typo. Last commit added the correct code, but failed to delete the buggy code. Fixes https://gitlab.com/kicad/code/kicad/issues/9090 --- pcbnew/dialogs/dialog_global_edit_tracks_and_vias.cpp | 3 --- 1 file changed, 3 deletions(-) diff --git a/pcbnew/dialogs/dialog_global_edit_tracks_and_vias.cpp b/pcbnew/dialogs/dialog_global_edit_tracks_and_vias.cpp index d3dabcec3f..effd8e9e9e 100644 --- a/pcbnew/dialogs/dialog_global_edit_tracks_and_vias.cpp +++ b/pcbnew/dialogs/dialog_global_edit_tracks_and_vias.cpp @@ -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() )