Add missing pass of uuid for 2pt polylines

Stops file churn
This commit is contained in:
Marek Roszko 2022-08-16 23:21:43 -04:00
parent f06e28b7a7
commit c2e0c585f8
1 changed files with 1 additions and 0 deletions

View File

@ -2314,6 +2314,7 @@ void SCH_SEXPR_PARSER::ParseSchematic( SCH_SHEET* aSheet, bool aIsCopyableOnly,
line->SetStartPoint( outline.CPoint(0) );
line->SetEndPoint( outline.CPoint(1) );
line->SetStroke( poly->GetStroke() );
const_cast<KIID&>( line->m_Uuid ) = poly->m_Uuid;
screen->Append( line );