CADSTAR PCB Archive Importer: Fix loading of net class settings

This commit is contained in:
Roberto Fernandez Bautista 2020-12-20 21:05:48 +01:00 committed by Wayne Stambaugh
parent cde433c82e
commit 0a1045300b
1 changed files with 2 additions and 3 deletions

View File

@ -594,9 +594,8 @@ void CADSTAR_PCB_ARCHIVE_LOADER::loadDesignRules()
applyNetClassRule( "T_T", ds.GetDefault(), &::NETCLASS::SetClearance );
wxLogWarning( _( "KiCad design rules are different from CADSTAR ones. Only the compatible "
"design rules were imported. It is recommended that you review the design "
"rules that have been applied." ) );
mBoard->m_LegacyNetclassesLoaded = true;
wxLogWarning( _( "KiCad design rules are different from CADSTAR ones. Only the compatible "
"design rules were imported. It is recommended that you review the design "
"rules that have been applied." ) );