PNS: Respect fix-all in diff pair placer

This commit is contained in:
Jon Evans 2021-04-14 22:41:24 -04:00
parent 43e93cc801
commit cac4d70154
1 changed files with 2 additions and 1 deletions

View File

@ -724,7 +724,8 @@ bool DIFF_PAIR_PLACER::FixRoute( const VECTOR2I& aP, ITEM* aEndItem, bool aForce
TOPOLOGY topo( m_lastNode );
if( !m_snapOnTarget && !m_currentTrace.EndsWithVias() && !aForceFinish )
if( !m_snapOnTarget && !m_currentTrace.EndsWithVias() && !aForceFinish &&
!Settings().GetFixAllSegments() )
{
SHAPE_LINE_CHAIN newP( m_currentTrace.CP() );
SHAPE_LINE_CHAIN newN( m_currentTrace.CN() );