Explicitly build connectivity for board after loading in QA
This commit is contained in:
parent
69566b25b1
commit
1f27fff1ea
|
@ -91,6 +91,8 @@ void LoadBoard( SETTINGS_MANAGER& aSettingsManager, const wxString& aRelPath,
|
||||||
m_DRCEngine->InitEngine( wxFileName() );
|
m_DRCEngine->InitEngine( wxFileName() );
|
||||||
|
|
||||||
aBoard->GetDesignSettings().m_DRCEngine = m_DRCEngine;
|
aBoard->GetDesignSettings().m_DRCEngine = m_DRCEngine;
|
||||||
|
|
||||||
|
aBoard->BuildConnectivity();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue