Resolve text variables in eeschema before passing to pcbnew.

Fixes https://gitlab.com/kicad/code/kicad/issues/10429
This commit is contained in:
Jeff Young 2022-01-14 22:35:09 +00:00
parent 22a77d3556
commit 2b14b60c32
1 changed files with 1 additions and 3 deletions

View File

@ -39,9 +39,7 @@ class NETLIST_EXPORTER_KICAD : public NETLIST_EXPORTER_XML
public:
NETLIST_EXPORTER_KICAD( SCHEMATIC* aSchematic ) :
NETLIST_EXPORTER_XML( aSchematic )
{
m_resolveTextVars = false;
}
{}
/**
* Write netlist to \a aOutFileName.