pcbnew: Fix minor bug in tracks cleaner
Allow rebuild of track connection info when modified is true.
This commit is contained in:
parent
1a6f039bb5
commit
4e06494105
|
@ -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();
|
||||||
|
|
Loading…
Reference in New Issue