diff --git a/pcbnew/tools/drc_tool.cpp b/pcbnew/tools/drc_tool.cpp index c39d63fb61..6dcf33ac31 100644 --- a/pcbnew/tools/drc_tool.cpp +++ b/pcbnew/tools/drc_tool.cpp @@ -192,7 +192,7 @@ void DRC_TOOL::RunTests( PROGRESS_REPORTER* aProgressReporter, bool aRefillZones m_drcDialog->SetFootprintTestsRun(); } - commit.Push( _( "DRC" ), SKIP_UNDO ); + commit.Push( _( "DRC" ), SKIP_UNDO | SKIP_SET_DIRTY ); m_drcRunning = false;