From 331176744cc7e8137d7dde829689ff03ea63e055 Mon Sep 17 00:00:00 2001 From: Alex Shvartzkop Date: Sat, 26 Aug 2023 00:45:59 +0300 Subject: [PATCH] EAGLE import: fixup previous commit. --- pcbnew/plugins/eagle/eagle_plugin.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/pcbnew/plugins/eagle/eagle_plugin.cpp b/pcbnew/plugins/eagle/eagle_plugin.cpp index 711fafdec6..53a08a4bfb 100644 --- a/pcbnew/plugins/eagle/eagle_plugin.cpp +++ b/pcbnew/plugins/eagle/eagle_plugin.cpp @@ -2628,6 +2628,7 @@ void EAGLE_PLUGIN::loadSignals( wxXmlNode* aSignals ) netclassIt->second->GetName() } ); netInfo->SetNetClass( netclassIt->second ); + netclass = netclassIt->second; } }