Fix loading of via drill default sizes and other settings from *.brd kicad files

This commit is contained in:
Roberto Fernandez Bautista 2023-08-03 12:29:05 +02:00
parent 30a63b7b32
commit 573d2f94de
1 changed files with 1 additions and 0 deletions

View File

@ -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 )
{