diff --git a/pcbnew/tools/drc_tool.cpp b/pcbnew/tools/drc_tool.cpp index 262762af7e..a1157f0fef 100644 --- a/pcbnew/tools/drc_tool.cpp +++ b/pcbnew/tools/drc_tool.cpp @@ -205,7 +205,7 @@ void DRC_TOOL::RunTests( PROGRESS_REPORTER* aProgressReporter, bool aRefillZones m_drcDialog->SetFootprintTestsRun(); } - commit.Push( _( "DRC" ), false ); + commit.Push( _( "DRC" ), false, false ); m_drcRunning = false;