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

(cherry picked from commit 821fe6ea42)
This commit is contained in:
Seth Hillbrand 2022-04-06 17:02:10 -07:00
parent 4b0b4c0ddc
commit 9fcc641808
1 changed files with 1 additions and 1 deletions

View File

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