Home
last modified time | relevance | path

Searched refs:cleanup_short_circuits (Results 1 – 3 of 3) sorted by relevance

/dports/cad/kicad-devel/kicad-a17a58203b33e08b966075833b177dad5740c236/pcbnew/dialogs/
H A Ddialog_cleanup_tracks_and_vias.cpp44 m_cleanShortCircuitOpt->SetValue( cfg->m_Cleanup.cleanup_short_circuits ); in DIALOG_CLEANUP_TRACKS_AND_VIAS()
71 cfg->m_Cleanup.cleanup_short_circuits = m_cleanShortCircuitOpt->GetValue(); in ~DIALOG_CLEANUP_TRACKS_AND_VIAS()
/dports/cad/kicad-devel/kicad-a17a58203b33e08b966075833b177dad5740c236/pcbnew/
H A Dpcbnew_settings.h79 bool cleanup_short_circuits; member
H A Dpcbnew_settings.cpp221 &m_Cleanup.cleanup_short_circuits, true ) ); in PCBNEW_SETTINGS()