Refresh ratsnest after updating netlist
Fixes: lp:1702175 * https://bugs.launchpad.net/kicad/+bug/1702175
This commit is contained in:
parent
2300697f02
commit
2767096cb7
|
@ -2847,6 +2847,8 @@ void BOARD::ReplaceNetlist( NETLIST& aNetlist, bool aDeleteSinglePadNets,
|
|||
}
|
||||
}
|
||||
|
||||
m_connectivity->RecalculateRatsnest();
|
||||
|
||||
std::swap( newFootprints, *aNewFootprints );
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue