router: LINE::SetShape() should update the attached via position with the last point of the new line shape
This commit is contained in:
parent
3e67b42efd
commit
247922ca2d
|
@ -127,6 +127,11 @@ public:
|
|||
{
|
||||
m_line = aLine;
|
||||
m_line.SetWidth( m_width );
|
||||
|
||||
if( m_hasVia && m_line.PointCount() > 0 )
|
||||
{
|
||||
m_via.SetPos( m_line.CPoint( -1 ) );
|
||||
}
|
||||
}
|
||||
|
||||
///< Return the shape of the line.
|
||||
|
|
Loading…
Reference in New Issue