Fix complex hierarchy instance data when loading legacy schematic.
This commit is contained in:
parent
f782323960
commit
b109136c5c
|
@ -1200,7 +1200,7 @@ SCH_SYMBOL* SCH_LEGACY_PLUGIN::loadSymbol( LINE_READER& aReader )
|
|||
// UUID so we need to prefix it to the symbol path so the symbol instance paths
|
||||
// get saved with the root schematic UUID.
|
||||
if( !m_appending )
|
||||
path.insert( path.begin(), m_rootSheet->GetScreen()->m_Uuid );
|
||||
path.insert( path.begin(), m_rootSheet->GetScreen()->GetUuid() );
|
||||
|
||||
strCompare = "Ref=";
|
||||
len = strlen( strCompare );
|
||||
|
|
Loading…
Reference in New Issue