Refresh ratsnest after updating netlist

Fixes: lp:1702175
* https://bugs.launchpad.net/kicad/+bug/1702175
This commit is contained in:
Tomasz Włostowski 2017-07-04 07:00:38 +02:00
parent 2300697f02
commit 2767096cb7
1 changed files with 2 additions and 0 deletions

View File

@ -2847,6 +2847,8 @@ void BOARD::ReplaceNetlist( NETLIST& aNetlist, bool aDeleteSinglePadNets,
}
}
m_connectivity->RecalculateRatsnest();
std::swap( newFootprints, *aNewFootprints );
}