diff --git a/pcbnew/plugins/legacy/legacy_plugin.cpp b/pcbnew/plugins/legacy/legacy_plugin.cpp index feb1b66ce8..03ff192ac5 100644 --- a/pcbnew/plugins/legacy/legacy_plugin.cpp +++ b/pcbnew/plugins/legacy/legacy_plugin.cpp @@ -847,6 +847,7 @@ void LEGACY_PLUGIN::loadSETUP() char* saveptr; m_board->m_LegacyDesignSettingsLoaded = true; + m_board->m_LegacyNetclassesLoaded = true; while( ( line = READLINE( m_reader ) ) != nullptr ) {