Browse Source

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

pull/13/head
Jeff Young 7 years ago
parent
commit
d88df890ed
  1. 2
      eeschema/cross-probing.cpp

2
eeschema/cross-probing.cpp

@ -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 );

Loading…
Cancel
Save