Fix merge issue between fetch netlist stuff and new connectivity graph.

This commit is contained in:
Jeff Young 2019-04-08 21:12:57 +01:00
parent 257d9b5fe9
commit d88df890ed
1 changed files with 1 additions and 1 deletions

View File

@ -280,7 +280,7 @@ void SCH_EDIT_FRAME::KiwayMailIn( KIWAY_EXPRESS& mail )
{
NETLIST_OBJECT_LIST* net_atoms = BuildNetListBase();
NETLIST_EXPORTER_KICAD exporter( this, net_atoms );
NETLIST_EXPORTER_KICAD exporter( this, net_atoms, g_ConnectionGraph );
STRING_FORMATTER formatter;
exporter.Format( &formatter, GNL_ALL );