pcbnew: Fix minor bug in tracks cleaner

Allow rebuild of track connection info when modified is true.
This commit is contained in:
Seth Hillbrand 2018-10-09 05:43:12 -07:00
parent 1a6f039bb5
commit 4e06494105
1 changed files with 0 additions and 1 deletions

View File

@ -553,7 +553,6 @@ bool TRACKS_CLEANER::cleanupSegments()
removeDuplicatesOfTrack( segment, toRemove ); removeDuplicatesOfTrack( segment, toRemove );
modified |= removeItems( toRemove ); modified |= removeItems( toRemove );
modified = true;
if( modified ) if( modified )
buildTrackConnectionInfo(); buildTrackConnectionInfo();