Make sure intersheet references are updated on file-open.

This commit is contained in:
Jeff Young 2020-11-19 19:21:15 +00:00
parent 203c860f01
commit c2ba68cdfa
1 changed files with 2 additions and 0 deletions

View File

@ -539,6 +539,8 @@ bool SCH_EDIT_FRAME::OpenProjectFiles( const std::vector<wxString>& aFileSet, in
m_toolManager->RunAction( ACTIONS::zoomFitScreen, true );
SetSheetNumberAndCount();
RecomputeIntersheetsRefs();
// re-create junctions if needed. Eeschema optimizes wires by merging
// colinear segments. If a schematic is saved without a valid
// cache library or missing installed libraries, this can cause connectivity errors