Use the file version when reading lib symbols from schematic file.

This commit is contained in:
Jeff Young 2021-01-28 21:31:04 +00:00
parent 714430fefa
commit 540dd11b58
1 changed files with 1 additions and 1 deletions

View File

@ -2046,7 +2046,7 @@ void SCH_SEXPR_PARSER::ParseSchematic( SCH_SHEET* aSheet, bool aIsCopyableOnly,
switch( token ) switch( token )
{ {
case T_symbol: case T_symbol:
screen->AddLibSymbol( ParseSymbol( symbolLibMap ) ); screen->AddLibSymbol( ParseSymbol( symbolLibMap, m_requiredVersion ) );
break; break;
default: default: