|
|
|
@ -85,14 +85,13 @@ bool CVPCB_MAINFRAME::ReadNetListAndFpFiles( const std::string& aNetlist ) |
|
|
|
wxString msg; |
|
|
|
bool hasMissingNicks = false; |
|
|
|
|
|
|
|
// Remark: *DO NOT* call wxSafeYield() or wxYield() during these calculations,
|
|
|
|
// because a Close event (generated by the ESC key) can close some widgets during
|
|
|
|
// refreshing them here, fired by the wxSafeYield() call.
|
|
|
|
ReadSchematicNetlist( aNetlist ); |
|
|
|
|
|
|
|
if( m_symbolsListBox == nullptr ) |
|
|
|
return false; |
|
|
|
|
|
|
|
wxSafeYield(); |
|
|
|
|
|
|
|
LoadFootprintFiles(); |
|
|
|
|
|
|
|
BuildFootprintsListBox(); |
|
|
|
|