Don't set the dirty bit when running DRC

Dirty bit is set in the zone filler separately, there is no action in
the DRC that needs to be saved

Fixes https://gitlab.com/kicad/code/kicad/issues/11344
This commit is contained in:
Seth Hillbrand 2022-04-06 17:02:10 -07:00
parent e740db61f5
commit 821fe6ea42
1 changed files with 1 additions and 1 deletions

View File

@ -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;