diff --git a/pcbnew/pcbnew_settings.cpp b/pcbnew/pcbnew_settings.cpp index c83f33d433..dd1f5ac64b 100644 --- a/pcbnew/pcbnew_settings.cpp +++ b/pcbnew/pcbnew_settings.cpp @@ -210,7 +210,7 @@ PCBNEW_SETTINGS::PCBNEW_SETTINGS() &m_Cleanup.cleanup_short_circuits, true ) ); m_params.emplace_back( new PARAM( "cleanup.cleanup_tracks_in_pad", - &m_Cleanup.cleanup_tracks_in_pad, true ) ); + &m_Cleanup.cleanup_tracks_in_pad, false ) ); m_params.emplace_back( new PARAM( "drc_dialog.refill_zones", &m_DrcDialog.refill_zones, true ) );