From deb035c7fe6a9bc6f8453adcb1c6e2bcf5d66623 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 Fixes https://gitlab.com/kicad/code/kicad/-/issues/15350 (cherry picked from commit 573d2f94de72a8a3779a53f060feb4c87663978d) --- 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 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 ) {