Browse Source

ERC exclusions go in the project file, not the local settings.

Potentially KICAD-PEV.

(cherry picked from commit 8ae6d179f0)
9.0
Jeff Young 5 months ago
parent
commit
d72743f133
  1. 3
      eeschema/eeschema_config.cpp

3
eeschema/eeschema_config.cpp

@ -240,9 +240,6 @@ void SCH_EDIT_FRAME::saveProjectSettings()
void SCH_EDIT_FRAME::SaveProjectLocalSettings()
{
if( m_schematic )
m_schematic->RecordERCExclusions();
PROJECT_LOCAL_SETTINGS& localSettings = Prj().GetLocalSettings();
SCH_SELECTION_TOOL* selTool = GetToolManager()->GetTool<SCH_SELECTION_TOOL>();

Loading…
Cancel
Save