From 573d2f94de72a8a3779a53f060feb4c87663978d Mon Sep 17 00:00:00 2001 From: Roberto Fernandez Bautista Date: Thu, 3 Aug 2023 12:29:05 +0200 Subject: [PATCH] Fix loading of via drill default sizes and other settings from *.brd kicad files --- pcbnew/plugins/legacy/legacy_plugin.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/pcbnew/plugins/legacy/legacy_plugin.cpp b/pcbnew/plugins/legacy/legacy_plugin.cpp index d886a32ce6..3156dadbf3 100644 --- a/pcbnew/plugins/legacy/legacy_plugin.cpp +++ b/pcbnew/plugins/legacy/legacy_plugin.cpp @@ -850,6 +850,7 @@ void LEGACY_PLUGIN::loadSETUP() char* saveptr; m_board->m_LegacyDesignSettingsLoaded = true; + m_board->m_LegacyNetclassesLoaded = true; while( ( line = READLINE( m_reader ) ) != nullptr ) {