Resolve text variables in eeschema before passing to pcbnew.
Fixes https://gitlab.com/kicad/code/kicad/issues/10429
This commit is contained in:
parent
22a77d3556
commit
2b14b60c32
|
@ -39,9 +39,7 @@ class NETLIST_EXPORTER_KICAD : public NETLIST_EXPORTER_XML
|
||||||
public:
|
public:
|
||||||
NETLIST_EXPORTER_KICAD( SCHEMATIC* aSchematic ) :
|
NETLIST_EXPORTER_KICAD( SCHEMATIC* aSchematic ) :
|
||||||
NETLIST_EXPORTER_XML( aSchematic )
|
NETLIST_EXPORTER_XML( aSchematic )
|
||||||
{
|
{}
|
||||||
m_resolveTextVars = false;
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Write netlist to \a aOutFileName.
|
* Write netlist to \a aOutFileName.
|
||||||
|
|
Loading…
Reference in New Issue