From 4e0649410571952d6bac5bbb06f6bc42e129890c Mon Sep 17 00:00:00 2001 From: Seth Hillbrand Date: Tue, 9 Oct 2018 05:43:12 -0700 Subject: [PATCH] pcbnew: Fix minor bug in tracks cleaner Allow rebuild of track connection info when modified is true. --- pcbnew/tracks_cleaner.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/pcbnew/tracks_cleaner.cpp b/pcbnew/tracks_cleaner.cpp index b853e02cc2..f905ea024c 100644 --- a/pcbnew/tracks_cleaner.cpp +++ b/pcbnew/tracks_cleaner.cpp @@ -553,7 +553,6 @@ bool TRACKS_CLEANER::cleanupSegments() removeDuplicatesOfTrack( segment, toRemove ); modified |= removeItems( toRemove ); - modified = true; if( modified ) buildTrackConnectionInfo();