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:
parent
4b0b4c0ddc
commit
9fcc641808
|
@ -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;
|
||||
|
||||
|
|
Loading…
Reference in New Issue