Add missing pass of uuid for 2pt polylines
Stops file churn
This commit is contained in:
parent
f06e28b7a7
commit
c2e0c585f8
|
@ -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 );
|
||||
|
||||
|
|
Loading…
Reference in New Issue