Use the file version when reading lib symbols from schematic file.
This commit is contained in:
parent
714430fefa
commit
540dd11b58
|
@ -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:
|
||||||
|
|
Loading…
Reference in New Issue